Update README.md (#14438)

Cleaned up readme
This commit is contained in:
Dhawal Kapil 2023-07-19 17:30:14 +05:30 committed by GitHub
parent 9a84e14f28
commit 5ab92647bf
1 changed files with 0 additions and 17 deletions

View File

@ -8,20 +8,3 @@ This module contains articles about Spring with Thymeleaf
- [Iteration in Thymeleaf](https://www.baeldung.com/thymeleaf-iteration)
- [Spring with Thymeleaf Pagination for a List](https://www.baeldung.com/spring-thymeleaf-pagination)
- More articles: [[<-- prev]](../spring-thymeleaf-4)
### 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.