Spring Boot
-
Enterprise Java
Logging to Redis using Spring Boot and Logback
When doing centralized logging, e.g. using Elasticsearch, Logstash and Kibana or Graylog2 you have several options available for your Java…
Read More » -
Enterprise Java
Getting started with Jersey and Spring Boot
Along many new features, Spring Boot 1.2 brings Jersey support. This is great step to attract those developers who like…
Read More » -
Enterprise Java
Creating a REST API with Spring Boot and MongoDB
Spring Boot is an opinionated framework that simplifies the development of Spring applications. It frees us from the slavery of…
Read More » -
Enterprise Java
Creating a REST API with Spring Boot and MongoDB
This year I greeted Christmas in a different fashion: I was a part of the Java Advent Calendar. Let’s boot…
Read More » -
Enterprise Java
Avoid unwanted component scanning of Spring Configuration
I came through interesting problem on Stack Overflow. Brett Ryan had problem that Spring Security configuration was initialized twice. When…
Read More » -
Enterprise Java
Black Box Testing of Spring Boot Microservice is so easy
When I needed to do prototyping, proof of concept or play with some new technology in free time, starting new…
Read More » -
Enterprise Java
Externalizing session state for a Spring-boot application using spring-session
Spring-session is a very cool new project that aims to provide a simpler way of managing sessions in Java based…
Read More » -
Enterprise Java
Spring boot war packaging
Spring boot recommends creating an executable jar with an embedded container (tomcat or jetty) during build time and using this…
Read More » -
Enterprise Java
Spring boot based websocket application and capturing http session id
I was involved in a project recently where we needed to capture the http session id for a websocket request…
Read More »