A study project, built with resources and spring boot starters, implements an MVC architecture for a to-do list.
- spring boot
- data jpa
- web starter
- h2database
- validation
- thymeleaf
You can run it through an IDE with the java 17 JDK configured, or through the terminal using maven.
$ mvn clean install
$ mvn spring-boot:run