Merge branch '1.4.x' into 1.5.x

This commit is contained in:
Brian Clozel 2016-11-03 11:00:05 +01:00
commit 56fa34719d
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
properties.put("server.session.persistent", "true"); properties.put("server.session.persistent", "true");
properties.put("spring.h2.console.enabled", "true"); properties.put("spring.h2.console.enabled", "true");
properties.put("spring.resources.cache-period", "0"); properties.put("spring.resources.cache-period", "0");
properties.put("spring.resources.chain.cache", "false");
properties.put("spring.template.provider.cache", "false"); properties.put("spring.template.provider.cache", "false");
properties.put("spring.mvc.log-resolved-exception", "true"); properties.put("spring.mvc.log-resolved-exception", "true");
properties.put("server.jsp-servlet.init-parameters.development", "true"); properties.put("server.jsp-servlet.init-parameters.development", "true");