Spring Boot
-
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 » -
Enterprise Java

Spring Boot Actuator: custom endpoint with MVC layer on top of it
Spring Boot Actuator endpoints allow you to monitor and interact with your application. Spring Boot includes a number of built-in…
Read More » -
Enterprise Java

Spring Boot / Java 8 / Tomcat 8 on Openshift with DIY
DIY cartridge is an experimental cartridge that provides a way to test unsupported languages on OpenShift. It provides a minimal,…
Read More » -
Enterprise Java

Spring Boot and Spring Data REST – exposing repositories over REST
Exposing Spring Data repositories over REST is pretty easy with Spring Boot and Spring Data REST. With minimal code one…
Read More »

