From 9b3396e2b5cb3660a94fb4a4c0dfb873b46ce224 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 6 Jun 2026 20:02:35 +0530 Subject: Added a Spring Boot + Thymeleaf based form validation sample application code --- .../06-form-handling-with-thymeleaf/pom.xml | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 spring-boot/06-form-handling-with-thymeleaf/pom.xml (limited to 'spring-boot/06-form-handling-with-thymeleaf/pom.xml') diff --git a/spring-boot/06-form-handling-with-thymeleaf/pom.xml b/spring-boot/06-form-handling-with-thymeleaf/pom.xml new file mode 100644 index 0000000..c486563 --- /dev/null +++ b/spring-boot/06-form-handling-with-thymeleaf/pom.xml @@ -0,0 +1,28 @@ + + + 4.0.0 + + + com.example.spring.boot + base-config + 0.0.1-SNAPSHOT + ../00-config + + + form-handling-with-thymeleaf + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.springframework.boot + spring-boot-starter-validation + + + + \ No newline at end of file -- cgit v1.2.3