Rename spring.reactor.stacktrace-mode.enabled property

Closes gh-16537
This commit is contained in:
Stephane Nicoll
2019-06-03 12:18:07 +02:00
parent 090cc05e7a
commit f30e29a4ad
4 changed files with 95 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ public class DevToolsPropertyDefaultsPostProcessor implements EnvironmentPostPro
properties.put("spring.mvc.log-resolved-exception", "true");
properties.put("server.error.include-stacktrace", "ALWAYS");
properties.put("server.servlet.jsp.init-parameters.development", "true");
properties.put("spring.reactor.stacktrace-mode.enabled", "true");
properties.put("spring.reactor.debug", "true");
PROPERTIES = Collections.unmodifiableMap(properties);
}