parent
9a84e14f28
commit
5ab92647bf
|
@ -8,20 +8,3 @@ This module contains articles about Spring with Thymeleaf
|
||||||
- [Iteration in Thymeleaf](https://www.baeldung.com/thymeleaf-iteration)
|
- [Iteration in Thymeleaf](https://www.baeldung.com/thymeleaf-iteration)
|
||||||
- [Spring with Thymeleaf Pagination for a List](https://www.baeldung.com/spring-thymeleaf-pagination)
|
- [Spring with Thymeleaf Pagination for a List](https://www.baeldung.com/spring-thymeleaf-pagination)
|
||||||
- More articles: [[<-- prev]](../spring-thymeleaf-4)
|
- 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.
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue