Making a Spring Boot & Thymeleaf CRUD Application
Overview In this lesson, we will demonstrate how we can use Thymeleaf in a Spring Boot based application to show data in a simple template frontend. We will be using the Spring Initializr tool for setting up the project quickly.…