-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Spring Boot 2.2.0 M2 Configuration Changelog
Configuration properties change between 2.2.0.M1
and 2.2.0.M2
Key |
Replacement |
Reason |
|
||
|
The transport client support is deprecated. |
|
|
The transport client support is deprecated. |
|
|
The transport client support is deprecated. |
|
|
The Jest client support is deprecated. |
Key |
Default value |
Description |
|
Strategy for handling X-Forwarded-* headers. |
|
|
|
Whether to check for log file existence so it can be recreated it if an external process has renamed it. |
|
Whether logging of the request will only be enabled if "ServletRequest.getAttribute(conditionIf)" does not yield null. |
|
|
Whether logging of the request will only be enabled if "ServletRequest.getAttribute(conditionUnless)" yield null. |
|
|
Character set used by the log file. |
|
|
|
Whether to use IPv6 canonical representation format as defined by RFC 5952. |
|
Locale used to format timestamps in log entries and in log file name suffix. |
|
|
Whether to enable auto-index creation. |
|
|
Network address to which the server should bind. |
|
|
Path under which RSocket handles requests (only works with websocket transport). |
|
|
Server port. |
|
|
RSocket transport protocol. |
|
|
Location of the file containing the public key used to verify a JWT. |
Key |
Replacement |
Reason |