Build a Full Stack Application Using Spring Boot and Thymeleaf
In this project, we’ll create a web application using Spring Boot and Thymeleaf. We’ll handle all the configurations of the H2 database. We’ll also create entities, DTOs, services, and repositories for the Spring Boot application, as well as the Spring Controllers for the full stack application. We’ll use Hibernate DDL-auto modes for our data definition language.
The controllers will handle all the navigations in the application. In this multi-page application, we’ll use Thymeleaf as the frontend to create all the templates. Our frontend will be as follows: