Frontend
Spring Boot is a perfect fit for creating modern applications with a browser-based frontend. Thymeleaf is the recommended option for traditional web applications. While beeing rendered on the server, all controls are directly integrated into the DOM - so every Thymeleaf template can also be opened in the browser without any preprocessing.
Articles
-
» Generate an admin interface with CRUD operations in minutes
-
» Spring Boot with Thymeleaf and Bootstrap
-
» Best Practices for Thymeleaf and Spring Boot
-
» Hot Reload of Thymeleaf Templates during development
-
» How to output text with Thymeleaf
-
» Using Webpack with Spring Boot
-
» Using htmx with Spring Boot and Thymeleaf
-
» Htmx error handling in Spring Boot apps
-
» Bind empty String as null in Spring Boot
-
» Integrating Spring Boot with Angular
-
» Best Practices for Angular and Spring Boot
-
» Setting the page title with Angular
-
» Spring Boot CRUD Generator
-
» Angular vs Thymeleaf - comparison and selection