diff --git a/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties b/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties index ea6141489d7..23639ad0fbc 100644 --- a/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties +++ b/spring-boot-project/spring-boot-devtools/src/main/resources/org/springframework/boot/devtools/env/devtools-property-defaults.properties @@ -6,7 +6,7 @@ server.servlet.session.persistent=true spring.freemarker.cache=false spring.groovy.template.cache=false spring.h2.console.enabled=true -spring.mustache.cache=false +spring.mustache.servlet.cache=false spring.mvc.log-resolved-exception=true spring.reactor.debug=true spring.template.provider.cache=false