From 8fc60b3ccd9fd076004d61c2bc190aaedd073c46 Mon Sep 17 00:00:00 2001 From: Kamal Wickramanayake Date: Sat, 6 Jun 2026 21:00:32 +0530 Subject: Added Spring Boot DevTools support and css to the project --- spring-boot/06-form-handling-with-thymeleaf/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (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 index c486563..6708292 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/pom.xml +++ b/spring-boot/06-form-handling-with-thymeleaf/pom.xml @@ -23,6 +23,14 @@ org.springframework.boot spring-boot-starter-validation + + + + org.springframework.boot + spring-boot-devtools + true + + \ No newline at end of file -- cgit v1.2.3