Spring Boot on Heroku with Docker, JDK 11 & Maven 3.5.x 08/19/19 by Jonas Hecht If you don't know Heroku already, you'll get to love it soon! But wait – do you run Spring Boot apps based on JDK 11+? Do you build them with Maven 3.5.x? Maybe you should use Docker on Heroku. Read more Leave your thoughts
How to secure a Spring Boot app with SAML and Keycloak 03/26/19 by Thomas Darimont In this blog post, you'll learn how to configure your Spring Boot app to use SSO via SAML with Keycloak. Read more Leave your thoughts
How to package your frontend in a Spring Boot App with ParcelJS 02/28/19 by Thomas Darimont If you want to build something quick or just hack around a bit, then ParcelJS and Spring Boot might be a good fit for you. Read more Leave your thoughts
Securing Spring Boot Admin & actuator endpoints with Keycloak 01/28/19 by Thomas Darimont Spring Boot Admin is a popular tool for monitoring and managing Spring Boot-based applications. Learn how to secure it with Keycloak. Read more Leave your thoughts
batch-web-spring-boot-starter 2.0.1 released 06/29/18 by Thomas Bosch Java Batch is still a hot topic in enterprise environments these days, but how do you do it the right... Read more Leave your thoughts
A Lovely Spring View: Spring Boot & Vue.js 04/24/18 by Jonas Hecht It´s time to shed some light on the integration of Vue.js with the popular Java Enterprise framework Spring Boot! Both frameworks are shining stars in their domain – but how do they work together? Read more 2 Comments
Spring Cloud Service Discovery with Dynamic Metadata 01/08/18 by Tobias Trelle Spring Cloud Service Discovery If you are running applications consisting of a lot of microservices depending on each other, you... Read more Leave your thoughts
Dynamic Validation with Spring Boot Validation 11/22/17 by Ronny Bräunlich Serverside dynamic validation is not only a way to prevent eventual attacks on a system, it also helps ensure data quality. Read more Leave your thoughts
Polite HTTP API design – “Use the headers, Luke!” 09/26/17 by Kevin Peters Do you think about headers when you write HTTP controllers? Do you specify it explicitly and in detail? Be honest! Read more Leave your thoughts