Merge branch '2.7.x'

This commit is contained in:
Brian Clozel
2021-12-21 09:04:10 +01:00
107 changed files with 6457 additions and 10 deletions

View File

@@ -62,6 +62,7 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
static {
Map<String, Object> properties = new HashMap<>();
properties.put("spring.freemarker.cache", "false");
properties.put("spring.graphql.graphiql.enabled", "true");
properties.put("spring.groovy.template.cache", "false");
properties.put("spring.mustache.cache", "false");
properties.put("server.servlet.session.persistent", "true");