- Notifications
You must be signed in to change notification settings - Fork 41.5k
Spring Boot 2.3.0 M3 Configuration Changelog
Configuration properties change between 2.3.0.M2
and 2.3.0.M3
Key | Default value | Description |
| Maximum capacity of the thread pool’s backing queue. | |
| ||
|
| Whether to enable R2DBC repositories. |
| TCP RSocket server host to connect to. | |
| TCP RSocket server port to connect to. | |
| WebSocket RSocket server uri to connect to. | |
|
| Whether to handle message mapping for RSocket via Spring Integration. |
|
| Whether to clear all checksums in the current changelog, so they will be recalculated upon the next update. |
| Tag name to use when applying database changes. | |
|
| Whether to generate a random database name. |
| Database name. | |
| Login password of the database. | |
| Whether pooling is enabled. | |
|
| Initial connection pool size. |
|
| Idle timeout. |
|
| Maximal connection pool size. |
| Validation query. | |
| Additional R2DBC options. | |
| R2DBC URL of the database. database name, username, password and pooling options specified in the url take precedence over individual options. | |
| Login username of the database. |