- Notifications
You must be signed in to change notification settings - Fork 41.3k
Spring Boot 2.6.0 M2 Configuration Changelog
Configuration properties change between 2.6.0-M1
and 2.6.0-M2
Key | Default value | Description |
| Location of the Oracle Wallet, used to sign-in to the database automatically. | |
| Filename prefix of state scripts. | |
| Global default setting (if any) for leniency. | |
|
| Whether to start the container automatically on startup. |
|
| Whether the container will support listeners that consume native stream messages instead of Spring AMQP messages. |
|
| Host of a RabbitMQ instance with the Stream plugin enabled. |
| Login password to authenticate to the broker. | |
| Stream port of a RabbitMQ instance with the Stream plugin enabled. | |
| Login user to authenticate to the broker. | |
| Directory used to store file parts larger than 'maxInMemorySize'. | |
|
| Character set used to decode headers. |
|
| Maximum amount of disk space allowed per part. |
|
| Maximum amount of memory allowed per headers section of each part. |
|
| Maximum amount of memory allowed per part before it’s written to disk. |
|
| Maximum number of parts allowed in a given multipart request. |
|
| Whether to stream directly from the parsed input buffer stream without storing in memory nor file. |