- Notifications
You must be signed in to change notification settings - Fork 41.3k
Spring Boot 1.3.0 RC1 Configuration Changelog
Configuration properties change between 1.3.0.M5
and 1.3.0.RC1
Key | Replacement | Reason |
|
|
Key | Default value | Description |
| Path of the error controller. | |
| Comma-separated list of runtime labels to use. | |
| Change log parameters. | |
| Appender pattern for log level (default %5p). | |
| Register a shutdown hook for the logging system when it is initialized. | |
| Items to be included in the trace. | |
| When to include a "stacktrace" attribute. | |
|
| Path of the error controller. |
|
| Enable the default error page displayed in browsers in case of a server error. |
| Directory used to store session data. | |
| If X-Forwarded-* headers should be applied to the HttpRequest. | |
| Name of the Cassandra cluster. | |
| Compression supported by the Cassandra binary protocol. | |
| Socket option: connection time out. | |
| Queries consistency level. | |
|
| Comma-separated list of cluster node addresses. |
| Queries default fetch size. | |
| Keyspace name to use. | |
| Class name of the load balancing policy. | |
| Port of the Cassandra server. | |
| Socket option: read time out. | |
| Reconnection policy class. | |
| Class name of the retry policy. | |
| Queries serial consistency level. | |
|
| Enable SSL support. |
| The host of the proxy to use to connect to the remote application. | |
| The port of the proxy to use to connect to the remote application. | |
|
| Specify if application/hal+json responses should be sent to requests that accept application/json. |
| Path that serves as the base URI for the application. | |
|
| Mode used to display the banner when the application runs. |
| Host of a statsd server to receive exported metrics. | |
|
| Port of a statsd server to receive exported metrics. |
| Prefix for statsd exported metrics. | |
|
| If a "NoHandlerFoundException" should be thrown if no Handler was found to process a request. |
Key | Default value | Description |
|
| Enable hypermedia links endpoint. |
|
| Specify if HATEOAS support should be applied to the primary ObjectMapper. |