Skip to content

Commit

Permalink
Adjust mustache property name to match replacement
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
mmoayyed authored and wilkinsona committed Apr 25, 2022
1 parent d0c9d5a commit d9ed4fb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit d9ed4fb

Please sign in to comment.