Spring Boot
-
DevOps
Dockerizing Spring Boot Application
Docker here, Docker there, I see Dockers everywhere In this post I will describe process of migrating Spring Boot application…
Read More » -
Enterprise Java
Pimp your config with configuration meta-data in Spring Boot
There were many updates released in the Spring Boot 1.3.0 but one of them stood out to me because I…
Read More » -
Enterprise Java
Quick Web App Prototyping with Spring Boot & MongoDB
Back in one of my previous projects I was asked to produce a little contingency application. The schedule was tight…
Read More » -
Enterprise Java
HOW-TO: Java 8 Date & Time with Thymeleaf and Spring Boot
If you happen to work with Spring Boot and Thymeleaf and you need to format Java 8 Date & Time…
Read More » -
Enterprise Java
Spring Boot Oauth2 Security
This post is an enhancement for my previous post which talks about how to secure your REST API using Spring…
Read More » -
Enterprise Java
Global Data Consistency, Transactions, Microservices and Spring Boot / Tomcat / Jetty
We often build applications which need to do several of the following things together: call backend (micro-) services, write to…
Read More » -
Enterprise Java
Override Spring Framework version in Spring Boot application built with Gradle
If you want to use or just check the newest version of Spring with Spring Boot but the current Spring…
Read More » -
Enterprise Java
Spring boot static web resource handling for Single Page Applications
Javascript build tools like gulp and grunt truly boggle my mind, I look at one of the build scripts for…
Read More » -
Enterprise Java
Processing Twitter feed using Spring Boot
In one of my previous posts I already discussed how to process the Twitter sample feed using Apache Storm, and now…
Read More »