- Notifications
You must be signed in to change notification settings - Fork 41.3k
Spring Boot 2.5.0 RC1 Configuration Changelog
Configuration properties change between 2.5.0-M3
and 2.5.0-RC1
Key | Replacement | Reason |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Key | Default value | Description |
|
| Maximum time that a response can be cached. |
|
| Whether to enable the quartz endpoint. |
|
| |
| ||
|
| |
|
| Name of the metric for sent requests. |
|
| Whether to enable Mongo client command metrics. |
|
| Whether to enable Mongo connection pool metrics. |
| Time to wait for another HTTP request before the connection is closed. | |
|
| Maximum number of HTTP requests that can be pipelined before the connection is closed. |
| Connection details for an embedded database. | |
|
| Whether to create input channels if necessary. |
| Default number of subscribers allowed on, for example, a 'PublishSubscribeChannel'. | |
| Default number of subscribers allowed on, for example, a 'DirectChannel'. | |
| A comma-separated list of endpoint bean names patterns that should not be started automatically during application startup. | |
| A comma-separated list of message header names that should not be populated into Message instances during a header copying operation. | |
|
| Whether to throw an exception when a reply is not expected anymore by a gateway. |
|
| Whether to ignore failures for one or more of the handlers of the global 'errorChannel'. |
|
| Whether to not silently ignore messages on the global 'errorChannel' when they are no subscribers. |
|
| Level of leak detection for reference-counted buffers. |
|
| Whether initialization should continue when an error occurs. |
| Locations of the data (DML) scripts to apply to the database. | |
|
| Whether basic script-based initialization of an SQL database is enabled. |
| Encoding of the schema and data scripts. | |
| Password of the database to use when applying initialization scripts (if different). | |
|
| Platform to use in the default schema or data script locations, schema-${platform}.sql and data-${platform}.sql. |
| Locations of the schema (DDL) scripts to apply to the database. | |
|
| Statement separator in the schema and data scripts. |
| Username of the database to use when applying initialization scripts (if different). | |
|
| SameSite attribute value for session Cookies. |