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/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'spring-boot/06-form-handling-with-thymeleaf/README') 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 -- cgit v1.2.3