From fa880db84ec4507010a4d29b7cb0308f82553834 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 13 Jun 2026 17:27:05 +0530 Subject: Added sample project 07-thymeleaf-common-theme --- spring-boot/07-thymeleaf-common-theme/pom.xml | 36 +++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 spring-boot/07-thymeleaf-common-theme/pom.xml (limited to 'spring-boot/07-thymeleaf-common-theme/pom.xml') diff --git a/spring-boot/07-thymeleaf-common-theme/pom.xml b/spring-boot/07-thymeleaf-common-theme/pom.xml new file mode 100644 index 0000000..2f9f531 --- /dev/null +++ b/spring-boot/07-thymeleaf-common-theme/pom.xml @@ -0,0 +1,36 @@ + + + 4.0.0 + + + com.example.spring.boot + base-config + 0.0.1-SNAPSHOT + ../00-config + + + thymeleaf-common-theme + + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + + org.springframework.boot + spring-boot-starter-validation + + + + + org.springframework.boot + spring-boot-devtools + true + + + + + \ No newline at end of file -- cgit v1.2.3