|
|
|
@ -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");
|
|
|
|
|