Browse Source

Merge branch '1.5.x'

pull/7300/head
Brian Clozel 9 years ago
parent
commit
cad3cc4e5d
  1. 1
      spring-boot-devtools/src/main/java/org/springframework/boot/devtools/env/DevToolsPropertyDefaultsPostProcessor.java

1
spring-boot-devtools/src/main/java/org/springframework/boot/devtools/env/DevToolsPropertyDefaultsPostProcessor.java vendored

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

Loading…
Cancel
Save