Provide Reactor 3 auto-configuration
This commit provides auto-configuration for the Reactor Core 3 library. A new configuration namespace, "spring.reactor" allows to configure hooks on operators, like "spring.reactor.stacktrace-mode.enabled". This property is enabled automatically by devtools, since it improves the developer experience and provides full stacktrace information when exceptions occur (but at a performance cost). Fixes gh-7302
This commit is contained in:
@@ -119,6 +119,9 @@ content into your application; rather pick only the properties that you need.
|
||||
spring.messages.encoding=UTF-8 # Message bundles encoding.
|
||||
spring.messages.fallback-to-system-locale=true # Set whether to fall back to the system Locale if no files for a specific Locale have been found.
|
||||
|
||||
# REACTOR
|
||||
spring.reactor.stacktrace-mode.enabled=true # Set whether Reactor should collect stacktrace information at runtime.
|
||||
|
||||
# OUTPUT
|
||||
spring.output.ansi.enabled=detect # Configure the ANSI output.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user