- Notifications
You must be signed in to change notification settings - Fork 41.5k
Spring Boot 2.0.0 M1 Configuration Changelog
Configuration properties change between 1.5.3.RELEASE
and 2.0.0.M1
Key | Replacement | Reason |
| ||
| ||
|
|
Key | Default value | Description |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
| Include the "exception" attribute. |
|
| Append to log. |
|
| Timestamp format of the request log. |
|
| Enable access log. |
|
| Enable extended NCSA format. |
| Date format to place in log file name. | |
| Log filename. | |
| Locale of the request log. | |
|
| Enable logging of the request cookies. |
|
| Enable logging of request processing time. |
|
| Enable logging of the request hostname. |
|
| Number of days before rotated log files are deleted. |
|
| Timezone of the request log. |
| Servlet context init parameters. | |
| Context path of the application. | |
| ||
| ||
| ||
|
| Path of the main dispatcher servlet. |
|
| Maximum size in bytes of the HTTP message header. |
|
| Enable Cassandra reactive repositories. |
|
| Enable Mongo reactive repositories. |
| Auto index mode. | |
| ||
| ||
| ||
| ||
|
| Create the required integration tables on startup. |
|
| Path to the SQL file to use to initialize the database schema. |
| Password of the private key in the key store file. | |
| Location of the key store file. | |
| Store password for the key store file. | |
| Location of the trust store file. | |
| Store password for the trust store file. | |
|
| Control flag for login configuration. |
|
| Enable JAAS configuration. |
|
| Login module. |
| Additional JAAS options. | |
| Password of the private key in the key store file. | |
| Location of the key store file. | |
| Store password for the key store file. | |
| Location of the trust store file. | |
| Store password for the trust store file. | |
| Flag to explicitly request a specific type of web application. | |
| Acknowledge mode of container. | |
|
| Start the container automatically on startup. |
| Number of consumers per queue. | |
| Whether rejected deliveries are requeued by default; default true. | |
| How often idle container events should be published in milliseconds. | |
| Number of messages to be handled in a single request. | |
|
| Whether or not publishing retries are enabled. |
|
| Interval between the first and second attempt to publish or deliver a message. |
|
| Maximum number of attempts to publish or deliver a message. |
|
| Maximum interval between attempts. |
|
| A multiplier to apply to the previous retry interval. |
|
| Whether or not retries are stateless or stateful. |
| Acknowledge mode of container. | |
|
| Start the container automatically on startup. |
| Minimum number of listener invoker threads. | |
| Whether rejected deliveries are requeued by default; default true. | |
| How often idle container events should be published in milliseconds. | |
| Maximum number of listener invoker threads. | |
| Number of messages to be handled in a single request. | |
|
| Whether or not publishing retries are enabled. |
|
| Interval between the first and second attempt to publish or deliver a message. |
|
| Maximum number of attempts to publish or deliver a message. |
|
| Maximum interval between attempts. |
|
| A multiplier to apply to the previous retry interval. |
|
| Whether or not retries are stateless or stateful. |
| Number of messages to be processed in a transaction; number of messages between acks. | |
| Listener container type. | |
|
| Set whether Reactor should collect stacktrace information at runtime. |
|
| Max number of connections that can be allocated by the pool at a given time. |
|
| Max number of "idle" connections in the pool. |
|
| Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. |
|
| Target for the minimum number of idle connections to maintain in the pool. |
|
| Max number of connections that can be allocated by the pool at a given time. |
|
| Max number of "idle" connections in the pool. |
|
| Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. |
|
| Target for the minimum number of idle connections to maintain in the pool. |
|
| Shutdown timeout in milliseconds. |
|
| Enable support of multipart uploads. |
|
| Threshold after which files will be written to disk. |
| Intermediate location of uploaded files. | |
|
| Max file size. |
|
| Max request size. |
|
| Whether to resolve the multipart request lazily at the time of file or parameter access. |
|
| Maximum size of data buffers used for writing to the response, in bytes. |
| Media types supported by the view technology. | |
|
| Content-Type value written to HTTP responses. |
|
| Path pattern used for static resources. |
Key | Default value | Description |
| ||
| ||
| ||
|
| 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. |
| ServletContext parameters. | |
| Context path of the application. | |
| ||
| ||
| ||
|
| Maximum size in bytes of the HTTP post content. |
|
| Path of the main dispatcher servlet. |
| Number of buffer per region. | |
| The spec to use to create caches. | |
| The location of the configuration file to use to initialize Hazelcast. | |
| Compiler to use. | |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
|
| 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. |
|
| Whether to resolve the multipart request lazily at the time of file or parameter access. |
| Hibernate 4 naming strategy fully qualified name. | |
| Acknowledge mode of container. | |
|
| Start the container automatically on startup. |
| Minimum number of consumers. | |
| Whether rejected deliveries are requeued by default; default true. | |
| How often idle container events should be published in milliseconds. | |
| Maximum number of consumers. | |
| Number of messages to be handled in a single request. | |
|
| Whether or not publishing retries are enabled. |
|
| Interval between the first and second attempt to publish or deliver a message. |
|
| Maximum number of attempts to publish or deliver a message. |
|
| Maximum interval between attempts. |
|
| A multiplier to apply to the previous retry interval. |
|
| Whether or not retries are stateless or stateful. |
| Number of messages to be processed in a transaction. | |
|
| Max number of connections that can be allocated by the pool at a given time. |
|
| Max number of "idle" connections in the pool. |
|
| Maximum amount of time (in milliseconds) a connection allocation should block before throwing an exception when the pool is exhausted. |
|
| Target for the minimum number of idle connections to maintain in the pool. |
| SendGrid password. | |
| SendGrid username. | |
|
| Collection name used to store sessions. |
|
| Content-Type value. |