Spring Boot
-
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 » -
Groovy

Groovier Spring Boot Integration Testing
Recently I had a chance to use Groovy’s groovy.json.JsonSlurper in a soapUI REST project. The usage scenario in soapUI (in…
Read More » -
Enterprise Java

Configure a Spring JMS application with Spring Boot and annotation support
1. Introduction In previous posts we learned how to configure a project using Spring JMS. If you check the article…
Read More » -
Enterprise Java

Spring Boot Integration Testing with Selenium
Web integration tests allow integration testing of Spring Boot application without any mocking. By using @WebIntegrationTest and @SpringApplicationConfiguration we can…
Read More »


