- Notifications
You must be signed in to change notification settings - Fork 41.5k
Spring Boot 4.0.0 M3 Configuration Changelog
Configuration property changes between 4.0.0-M2
and 4.0.0-M3
Key | Default value | Description |
---|---|---|
|
| Whether to enable MongoDB health check. |
|
| Whether to enable Mongo client command metrics. |
|
| Whether to enable Mongo connection pool metrics. |
|
| Whether auto-configuration of tracing is enabled to export and propagate traces. |
|
| Maximum size of the static resource cache. |
|
| Representation to use when converting a BigDecimal. |
| API key for authentication with Elasticsearch. | |
| Locations of callbacks. | |
| Jackson on/off features for DateTime processing. | |
| Jackson on/off features for readers. | |
| Jackson on/off features for writers. | |
|
| Jitter value for the base retry attempt, randomly subtracted or added to the calculated delay, resulting in a value between 'delay - jitter' and 'delay + jitter' but never below the base delay or above the max delay. |
| Additional server hosts. | |
| Authentication database name. | |
| Database name. | |
| Mongo server host. | |
| Login password of the mongo server. | |
| Mongo server port. | |
|
| Protocol to be used for the MongoDB connection. |
| Required replica set name for the cluster. | |
| SSL bundle name. | |
| Whether to enable SSL support. | |
|
| Mongo database URI. |
| Login user of the mongo server. | |
|
| Whether to cancel remaining tasks on close. |
Key | Replacement | Reason |
---|---|---|
|
| |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|