- Notifications
You must be signed in to change notification settings - Fork 41.3k
Spring Boot 2.0.0 M2 Configuration Changelog
Configuration properties change between 2.0.0.M1
and 2.0.0.M2
Key | Default value | Description |
|
| Whether servlet filters should be initialized on startup. |
|
| Heartbeat interval (in seconds) after which a message is sent on an idle connection to make sure it’s still alive. |
|
| Idle timeout (in seconds) before an idle connection is removed. |
|
| Maximum number of requests that get enqueued if no connection is available. |
|
| Pool timeout (in milliseconds) when trying to acquire a connection from a host’s pool. |
|
| Default page size. |
|
| Page index parameter name. |
|
| Page size parameter name. |
|
| Sort parameter name. |
| Login password. | |
| Url of the InfluxDB instance to connect to. | |
| Login user. | |
|
| Number of rows that should be fetched from the database when more rows are needed. |
|
| Maximum number of rows. |
|
| Query timeout in seconds. |
|
| Specify if sub-transactions are allowed. |
|
| Delay between two recovery scans. |
|
| Delay after which recovery can cleanup pending ('orphaned') log entries. |
|
| Number of retries attempts to commit the transaction before throwing an exception. |
|
| Delay between retry attempts. |
|
| Listener type. |
|
| Create the required Quartz Scheduler tables on startup. |
|
| Path to the SQL file to use to initialize the database schema. |
|
| Quartz job store type. |
| Additional Quartz Scheduler properties. |
Key | Default value | Description |
|
| Number of debug logs files that can be created. |
|
| How many bytes can be stored at most in debug logs files. |
|
| Debug logs file name. |
| Directory in which to store the debug log files. |