This project is an example of a basic CRUD using MVC principles and Thymeleaf Template Engine.
The main goal of this project is to serve as a basis to start the development of a new Spring Thymeleaf application.
There are some jQuery functions implemented in some pages, like:
- Search address by your ZipCode;
- ZipCode and Date masks;
- DTO (Data Transfer Object) principles
- Thymeleaf Layout Dialect
- Custom Exception Handler pages
First, open your preference code editor and run the following code below:
mvn clean install
After the maven downloaded all dependencies, run the SpringThymeleafTemplateApplication.class.