News

Spring profiles let Spring Boot apps switch between runtime targets and staging environments. This tutorial teaches how to create and use Spring profiles.
The controller code assumes an Ajax-based invocation, so only status codes are returned to the browser. This simplifies the Spring MVC code, which means we don’t have to deal with forwards or results ...
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.
The EQSP32 is a no-code, no-solder Industrial Internet of Things Controller powered by a generative AI assistant (Crowdfunding) The EQSP32 controller is a complete, end-to-end solution for IoT ...
Simple example of caching in Spring Boot. Contribute to spilth/spring-boot-caching-example development by creating an account on GitHub.
Tutorial introduction to inversion of control and dependency injection, with Spring Web examples.