Merge branch '1.4.x' into 1.5.x
This commit is contained in:
commit
56fa34719d
|
@ -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");
|
||||||
|
|
Loading…
Reference in New Issue