|
|
|
@ -69,8 +69,8 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro |
|
|
|
properties.put("spring.mustache.cache", "false"); |
|
|
|
properties.put("spring.mustache.cache", "false"); |
|
|
|
properties.put("server.servlet.session.persistent", "true"); |
|
|
|
properties.put("server.servlet.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.web.resources.cache.period", "0"); |
|
|
|
properties.put("spring.resources.chain.cache", "false"); |
|
|
|
properties.put("spring.web.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.error.include-binding-errors", "ALWAYS"); |
|
|
|
properties.put("server.error.include-binding-errors", "ALWAYS"); |
|
|
|
|