From 5ab92647bf707e3682ea35cdc64c8681a4e72a10 Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Wed, 19 Jul 2023 17:30:14 +0530 Subject: [PATCH] Update README.md (#14438) Cleaned up readme --- spring-web-modules/spring-thymeleaf-5/README.md | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/spring-web-modules/spring-thymeleaf-5/README.md b/spring-web-modules/spring-thymeleaf-5/README.md index 51efdfea0f..7b64a4e423 100644 --- a/spring-web-modules/spring-thymeleaf-5/README.md +++ b/spring-web-modules/spring-thymeleaf-5/README.md @@ -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. -