Hot reload Spring Boot Freemarker and Thymeleaf template on Idea IDE
First of all, import Spring Boot devtools dependency to pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> Disable cache for template, if you use Freemarker templa…