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/README | |
| parent | 3d3d8fb1e2937fbc05cfd867098fbf873ff6897c (diff) | |
Added Spring Boot DevTools support and css to the project
Diffstat (limited to 'spring-boot/06-form-handling-with-thymeleaf/README')
| -rw-r--r-- | spring-boot/06-form-handling-with-thymeleaf/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/spring-boot/06-form-handling-with-thymeleaf/README b/spring-boot/06-form-handling-with-thymeleaf/README index c286447..1d6a8a0 100644 --- a/spring-boot/06-form-handling-with-thymeleaf/README +++ b/spring-boot/06-form-handling-with-thymeleaf/README @@ -1,3 +1,15 @@ +This sample project uses Spring Boot DevTools to hot swap (or hot reload) the application when artifacts are updated. + +To run with support for hot swap properly, use the dev profile as follows: + + mvn spring-boot:run -Dspring-boot.run.profiles=dev + +Check the dev profile configuration in application-dev.properties file. + +You may also enable an LiveReload extension in your browser for more convenience. + +#### + This sample project is based on the excellent article found at below given URL: https://medium.com/@AlexanderObregon/handling-form-submissions-with-spring-boot-using-thymeleaf-30dd41dda76d |
