News

Spring Boot 3 & Spring Framework 6, due in late 2022, will have built-in support for native Java. For Spring Framework 5.x & Spring Boot 2.x, Spring Native is the way to go.
Spring Framework 6.1 and Spring Boot 3.2 run on Java 21, make concurrent programming simpler and more efficient with virtual threads, and initially support “Scale to Zero” startup time with CRaC.
Users are urged to update both the Spring Framework and Spring Boot tool.
Here's how to build a Spring Boot 12-Factor app and safely deploy a cloud-native Java app to Docker and Kubernetes servers.
Could HTMX be the glue that finally delivers on the promise of Java-centric Ajax? Let's find out with this example app based on HTMX, Spring Boot, and Thymeleaf.
Spring profiles let Spring Boot apps switch between runtime targets and staging environments. This tutorial teaches how to create and use Spring profiles.
Microsoft announced Spring Boot improvements in the latest update to Java on Visual Studio Code tooling. That tooling comes in the Spring Boot Extension Pack in the Visual Studio Code Marketplace, ...
Spring WebFlux is one of the most popular frameworks for reactive programming in Java. Here's a hands-on look at using WebFlux with Reactor.