-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Spring Boot 2.4.0 M2 Configuration Changelog
Configuration properties change between 2.4.0-M1
and 2.4.0-M2
Key |
Replacement |
Reason |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Key |
Default value |
Description |
|
|
Whether to enable liveness and readiness probes. |
|
|
Whether to ignore AbstractRoutingDataSources when creating database health indicators. |
|
|
Whether to enable liveness state health check. |
|
|
Whether to enable readiness state health check. |
|
|
Whether to enable default metrics exporters. |
|
Login password of the Prometheus Pushgateway. |
|
|
Login user of the Prometheus Pushgateway. |
|
|
|
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. |
|
The cloud platform that required for the document to be included |
|
|
Profile expressions that should match for the document to be included |
|
|
Import additional config data. |
|
|
Database name to use. |
|
|
|
Type of Neo4j repositories to enable. |
|
|
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. |
|
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. |
|
Type of client to use. |
|
|
|
Whether to discover and query all cluster nodes for obtaining the cluster topology. |
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. |