From 9c9d4a713c0f48a9f99e5c3ee9c03d245de4b931 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 6 Jun 2026 21:29:42 +0530 Subject: Added th:href to web pages in Spring Boot sample web apps with Thymeleaf --- spring-boot/05-bank-rest-client/src/main/resources/templates/index.html | 2 +- .../05-bank-rest-client/src/main/resources/templates/result.html | 2 +- .../src/main/resources/templates/contact/result.html | 2 +- .../src/main/resources/templates/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html b/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html index f30a2c0..a28a686 100644 --- a/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html +++ b/spring-boot/05-bank-rest-client/src/main/resources/templates/index.html @@ -8,7 +8,7 @@ -Access /acc +Access /acc diff --git a/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html b/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html index 15393be..c31e420 100644 --- a/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html +++ b/spring-boot/05-bank-rest-client/src/main/resources/templates/result.html @@ -10,6 +10,6 @@

- Try again + Try again \ No newline at end of file diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html index 607a9eb..354c8b3 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html +++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/contact/result.html @@ -12,6 +12,6 @@

- Try again + Try again \ No newline at end of file diff --git a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html index 9259f47..1f4b54c 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html +++ b/spring-boot/06-form-handling-with-thymeleaf/src/main/resources/templates/index.html @@ -11,7 +11,7 @@

Form handling example with Thymeleaf

-Contact Us +Contact Us -- cgit v1.2.3