* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
=========
Spring Thymeleaf Example Project
Relevant Articles:
- Introduction to Using Thymeleaf in Spring
- CSRF Protection with Spring MVC and Thymeleaf
- Thymeleaf: Custom Layout Dialect
- Spring and Thymeleaf 3: Expressions
- Spring MVC + Thymeleaf 3.0: New Features
- How to Work with Dates in Thymeleaef
- How to Create an Executable JAR with Maven
Build the Project
mvn clean install
Run the Project
mvn cargo:run
- note: starts on port '8082'
Access the pages using the URLs:
http://localhost:8082/spring-thymeleaf/ http://localhost:8082/spring-thymeleaf/addStudent/ http://localhost:8082/spring-thymeleaf/listStudents/
The first URL is the home page of the application. The home page has links to the other two pages.