diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 21:00:32 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-06-06 21:00:32 +0530 |
| commit | 8fc60b3ccd9fd076004d61c2bc190aaedd073c46 (patch) | |
| tree | 358cb88be27bd81d6691531db438c80f11c96187 /spring-boot/06-form-handling-with-thymeleaf/pom.xml | |
| parent | 3d3d8fb1e2937fbc05cfd867098fbf873ff6897c (diff) | |
Added Spring Boot DevTools support and css to the project
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/pom.xml')
| -rw-r--r-- | spring-boot/06-form-handling-with-thymeleaf/pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-validation</artifactId> </dependency> + + <!--This is to automatically reload web pages during development --> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-devtools</artifactId> + <optional>true</optional> + </dependency> + </dependencies> </project>
\ No newline at end of file |
