- Notifications
You must be signed in to change notification settings - Fork 41.3k
Spring Boot 1.4.0 M3 Configuration Changelog
Configuration properties change between 1.4.0.M2
and 1.4.0.M3
Key | Default value | Description |
| External Logfile to be accessed. | |
|
| JAAS domain. |
| Path to the authentication key. | |
|
| Login user. |
| Login password. | |
|
| Comma-separated list of required roles to login to the CRaSH console. |
|
| Authentication type. |
|
| Patterns to use to look for commands. |
|
| Scan for changes and update the command if necessary (in seconds). |
|
| Patterns to use to look for configurations. |
|
| Comma-separated list of commands to disable. |
| `` | Comma-separated list of plugins to disable. |
|
| Number of milliseconds after user will be prompted to login again. |
|
| Enable CRaSH SSH support. |
|
| Number of milliseconds after which unused connections are closed. |
| Path to the SSH server key. | |
|
| SSH port. |
|
| Enable CRaSH telnet support. |
|
| Telnet port. |
| Password of the database to execute DML scripts. | |
| User of the database to execute DML scripts. | |
| Password of the database to execute DDL scripts (if different). | |
| User of the database to execute DDL scripts (if different). | |
| Force the encoding to the configured charset on HTTP requests. | |
| Force the encoding to the configured charset on HTTP responses. | |
|
| Enable support of multi-part uploads. |
|
| Threshold after which files will be written to disk. |
| Intermediate location of uploaded files. | |
|
| Max file size. |
|
| Max request size. |
|
| Load on startup priority of the dispatcher servlet. |
| Connection timeout, in milliseconds; zero for infinite. | |
| SSL algorithm to use (e.g. | |
|
| Name of the map used to store sessions. |
|
| Name of database table used to store sessions. |
|
| Collection name used to store sessions. |
| Flush mode for the Redis sessions. | |
| `` | Namespace for keys used to store sessions. |
| Session store type. | |
|
| Path that serves as the base URI for the services. |
| Servlet init parameters to pass to Spring Web Services. | |
|
| Load on startup priority of the Spring Web Services servlet. |
Key | Default value | Description |
| Mode to use to expose build information. | |
|
| Enable support of multi-part uploads. |
|
| Threshold after which files will be written to disk. |
| Intermediate location of uploaded files. | |
|
| Max file size. |
|
| Max request size. |
|
| Authentication type. |
|
| JAAS domain. |
| Path to the authentication key. | |
|
| Login user. |
| Login password. | |
|
| Comma-separated list of required roles to login to the CRaSH console. |
|
| Patterns to use to look for commands. |
|
| Scan for changes and update the command if necessary (in seconds). |
|
| Patterns to use to look for configurations. |
|
| Comma-separated list of commands to disable. |
| `` | Comma-separated list of plugins to disable. |
|
| Number of milliseconds after user will be prompted to login again. |
|
| Enable CRaSH SSH support. |
|
| Number of milliseconds after which unused connections are closed. |
| Path to the SSH server key. | |
|
| SSH port. |
|
| Enable CRaSH telnet support. |
|
| Telnet port. |