- Notifications
You must be signed in to change notification settings - Fork 41.6k
Spring Boot 2.4 Configuration Changelog
Configuration properties change between 2.3.6.RELEASE
and 2.4.0
Key | Replacement | Reason |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
| The appcache manifest feature is being removed from browsers. | |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Key | Default value | Description |
| Charset to use for console output. | |
| Charset to use for file output. | |
|
| Whether to clean the archive log files on startup. |
|
| Pattern for rolled-over log file names. |
|
| Maximum log file size. |
|
| Maximum number of days archive log files are kept. |
|
| Total size of log backups to be kept. |
|
| Whether to enable the startup endpoint. |
|
| Whether to ignore AbstractRoutingDataSources when creating database health indicators. |
|
| Whether to enable default metrics exporters. |
| Login password of the Prometheus Pushgateway. | |
| Login user of the Prometheus Pushgateway. | |
|
| Protocol of the StatsD server to receive exported metrics. |
| `` | Management endpoint base path (for instance, |
|
| Maximum content length of an H2C upgrade request. |
|
| Initial buffer size for HTTP request decoding. |
|
| Maximum chunk size that can be decoded for an HTTP request. |
|
| Maximum length that can be decoded for an HTTP request’s initial line. |
|
| Whether to validate headers when decoding requests. |
|
| Whether to preserve the path of a request when it is forwarded. |
|
| Whether to enable cache statistics. |
| Required cloud platform for the document to be included. | |
| Profile expressions that should match for the document to be included. | |
| Import additional config data. | |
| GridFS bucket name. | |
| GridFS database name. | |
| Database name to use. | |
|
| Type of Neo4j repositories to enable. |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| Migrations that Flyway should consider when migrating or undoing. | |
|
| Whether Flyway should attempt to create the schemas specified in the schemas property. |
| Properties to pass to the JDBC driver. | |
|
| Maximum number of retries when trying to obtain a lock. |
| Path of the Oracle Kerberos cache file. | |
| Path of the Oracle Kerberos config file. | |
| Whether Flyway should output a table with the results of queries when executing migrations. | |
| Whether Flyway should skip executing the contents of the migrations and only update the schema history table. | |
| Password to access preferences and tools of H2 Console. | |
|
| Sleep interval between Consumer.poll(Duration) calls. |
|
| Cleanup the application’s local state directory on shutdown. |
|
| Cleanup the application’s local state directory on startup. |
|
| Whether NameNotFoundException should be ignored in searches via the LdapTemplate. |
|
| Whether PartialResultException should be ignored in searches via the LdapTemplate. |
|
| Whether SizeLimitExceededException should be ignored in searches via the LdapTemplate. |
| Fully qualified name of the JDBC driver. | |
|
| Choice of strategy for matching request paths against registered mappings. |
| Kerberos ticket for connecting to the database. | |
| Login password of the server. | |
| Realm to connect to. | |
| Login user of the server. | |
|
| Timeout for borrowing connections from the pool. |
|
| Maximum time transactions are allowed to retry. |
|
| Acquisition of new connections will be attempted for at most configured timeout. |
| Pooled connections that have been idle in the pool for longer than this threshold will be tested before they are used again. | |
|
| Whether to log leaked sessions. |
|
| Pooled connections older than this threshold will be closed and removed from the pool. |
|
| Maximum amount of connections in the connection pool towards a single database. |
|
| Whether to enable metrics. |
| Path to the file that holds the trusted certificates. | |
|
| Whether the driver should use encrypted traffic. |
|
| Whether hostname verification is required. |
|
| Trust strategy to use. |
|
| URI used by the driver. |
| Maximum time to acquire a connection from the pool. | |
| Maximum time to wait to create a new connection. | |
| Maximum lifetime of a connection in the pool. | |
|
| Validation depth. |
|
| Mode used to shuffle configured addresses. |
|
| Continuation timeout for RPC calls in channels. |
|
| Whether the container should present batched messages as discrete messages or call the listener with the batch. |
|
| Whether the container creates a batch of messages based on the 'receive-timeout' and 'batch-size'. |
|
| Whether the container should present batched messages as discrete messages or call the listener with the batch. |
| Type of client to use. | |
| Connection timeout. | |
|
| Whether to discover and query all cluster nodes for obtaining the cluster topology. |
| Login username of the redis server. | |
| Maximum transmission unit. | |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| Locale to use. | |
|
| Define how the locale should be resolved. |
|
| Whether to enable default resource handling. |
| Indicate that the response message is intended for a single user and must not be stored by a shared cache. | |
| Indicate that any cache may store the response. | |
| Maximum time the response should be cached, in seconds if no duration suffix is not specified. | |
| Indicate that once it has become stale, a cache must not use the response without re-validating it with the server. | |
| Indicate that the cached response can be reused only if re-validated with the server. | |
| Indicate to not cache the response in any case. | |
| Indicate intermediaries (caches and others) that they should not transform the response content. | |
| Same meaning as the "must-revalidate" directive, except that it does not apply to private caches. | |
| Maximum time the response should be cached by shared caches, in seconds if no duration suffix is not specified. | |
| Maximum time the response may be used when errors are encountered, in seconds if no duration suffix is not specified. | |
| Maximum time the response can be served after it becomes stale, in seconds if no duration suffix is not specified. | |
| Cache period for the resources served by the resource handler. | |
|
| Whether we should use the "lastModified" metadata of the files in HTTP caching headers. |
|
| Whether to enable caching in the Resource chain. |
|
| Whether to enable resolution of already compressed resources (gzip, brotli). |
| Whether to enable the Spring Resource Handling chain. | |
|
| Whether to enable the content Version Strategy. |
|
| Comma-separated list of patterns to apply to the content Version Strategy. |
|
| Whether to enable the fixed Version Strategy. |
|
| Comma-separated list of patterns to apply to the fixed Version Strategy. |
| Version string to use for the fixed Version Strategy. | |
|
| Locations of static resources. |
Key | Replacement | Reason |
| ||
| Automatic index creation is no longer supported. | |
| Embedded mode is no longer supported, please use Testcontainers instead. | |
| ||
|
| |
| Native type support is now built-in. |