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
This commit is contained in:
Misagh Moayyed 2022-04-22 10:11:41 +04:00 committed by Andy Wilkinson
parent d0c9d5aabc
commit d9ed4fbc2e

View File

@ -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