News

Spring Boot isn't just about cloud-native microservices development. You can use it to create standalone Java apps as well. RESTful APIs get all the attention, but sometimes, you just need to auto ...
Here's how to build a Spring Boot 12-Factor app and safely deploy a cloud-native Java app to Docker and Kubernetes servers.
VMware shipped the experimental Spring Modulith project to better structure Spring Boot 3 applications with modules and events. The project introduces new classes and annotations but doesn't ...
Microsoft announces the availability of VS Code Spring Boot Application Development Extension Pack, available now in the Visual Studio Code Marketplace.
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.
Set up a Spring AI project One way to use Spring AI is to set up a new Spring Boot app for it. Enter the following in your CLI: spring boot new -- from ai --name myProject Or, if you already have ...
Support for editing Spring Boot Application configuration properties files (.properties and .yml) Spring Boot streamlines and speeds up web app and microservices development within Spring, an open ...