This code follows a Udemy course by Chad Darby on Spring Boot
This code includes a project made in Section 7 using:
- Spring Boot
- Thymeleaf
- JPA
- MySql
To run the example code of Section 7 you must do the following:
- Have mysql installed
- Create a user in your database called "springstudent" with the password "springstudent"
- Must have run the sql-script found in: "section7-SpringMvc-thymeleaf/01-thymeleaf-demo-employees-starter-list/sql-scripts/"
- Now simply download the release called "thymeleafdemo-0.0.1-SNAPSHOT.jar" and run it with "java -jar".