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 5b372d8edc89..e7d0dafe62af 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 @@ -7,7 +7,7 @@ spring.freemarker.cache=false spring.graphql.graphiql.enabled=true 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