* JAVA-23053: renaming the module * JAVA-23053: correction made for More articles links in spring-thymeleaf
Spring Thymeleaf
This module contains articles about Spring with Thymeleaf
Relevant Articles:
- CSRF Protection with Spring MVC and Thymeleaf
- Conditionals in Thymeleaf
- Iteration in Thymeleaf
- Spring with Thymeleaf Pagination for a List
- More articles: [<-- prev]
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-5/
- http://localhost:8082/spring-thymeleaf-5/addStudent/
- http://localhost:8082/spring-thymeleaf-5/listStudents/
The first URL is the home page of the application. The home page has links to the second and third pages.