From d9ed4fbc2e9af6961af5b87a3970b14690d89aa3 Mon Sep 17 00:00:00 2001 From: Misagh Moayyed Date: Fri, 22 Apr 2022 10:11:41 +0400 Subject: [PATCH] Adjust mustache property name to match replacement `spring.mustache.cache` should be replaced with `spring.mustache.servlet.cache`, to avoid configuration warnings on startup when using the properties migrator. See gh-30774 --- .../boot/devtools/env/devtools-property-defaults.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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