diff options
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 |
