- Notifications
You must be signed in to change notification settings - Fork 41.3k
Spring Boot 1.3.0 M1 Configuration Changelog
Configuration properties change between 1.2.4.RELEASE
and 1.3.0.M1
The following keys were added:
Key | Default value | Description |
| Set whether credentials are supported. | |
| Comma-separated list of headers to allow in a request. '*' allows all headers. | |
| Comma-separated list of methods to allow. '*' allows all methods. | |
| Comma-separated list of origins to allow. '*' allows all origins. | |
| Comma-separated list of headers to include in a response. | |
|
| How long, in seconds, the response from a pre-flight request can be cached by clients. |
| ||
|
| Enable elasticsearch health check. |
| Comma-separated index names. | |
|
| The time, in milliseconds, to wait for a response from the cluster. |
|
| Enable JMS health check. |
|
| Enable Mail health check. |
|
| Enable support of multi-part uploads. |
|
| Display name of the application. |
| ||
| ||
| ||
| Undertow access log directory. | |
|
| Enable access log. |
|
| Format pattern for access logs. |
|
| Enable admin features for the application. |
|
| JMX name of the application admin MBean. |
| Table prefix for all the batch meta-data tables. | |
| Comma-separated list of cache names to create if supported by the underlying cache manager. | |
| The location of the configuration file to use to initialize EhCache. | |
| The spec to use to create caches. | |
| The location of the configuration file to use to initialize Hazelcast. | |
| The location of the configuration file to use to initialize Infinispan. | |
| The location of the configuration file to use to initialize the cache manager. | |
| Fully qualified name of the CachingProvider implementation to use to retrieve the JSR-107 compliant cache manager. | |
| Cache type, auto-detected according to the environment by default. | |
| ||
| ||
| ||
| ||
| ||
|
| Enable a livereload.com compatible server. |
|
| Server port. |
|
| Context path used to handle the remote connection. |
|
| Enable remote debug support. |
|
| Local remote debug server port. |
|
| Enable remote restart. |
| A shared secret required to establish a connection (required to enable remote support). | |
|
| HTTP header used to transfer the shared secret. |
|
| Enable automatic restart. |
| Patterns that should be excluding for triggering a full restart. | |
| Amount of time (in milliseconds) to wait between polling for classpath changes. | |
| Amount of quiet time (in milliseconds) requited without any classpath changes before a restart is triggered. | |
| Name of a specific file that when changed will trigger the restart check. | |
| Controls the inclusion of properties during serialization. | |
| JMX domain name. | |
|
| MBeanServer bean name. |
| Session JNDI name. | |
| Delay in milliseconds between export ticks. | |
| Flag to enable metric export (assuming a MetricWriter is available). | |
| List of patterns for metric names to exclude. | |
| List of patterns for metric names to include. | |
| `` | Pattern that tells the aggregator what to do with the keys from the source repository. |
|
| Key for redis repository export (if active). |
|
| Prefix for redis repository if active. |
| Flag to switch off any available optimizations based on not exporting unchanged metric values. | |
| Specific trigger properties per MetricWriter bean name. | |
|
| Enable support for fallback resolution. |
|
| Enable resolution of favicon.ico. |
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| ||
| Identifier of the resource. | |
| The URI of the JWT token. | |
| The verification key of the JWT token. | |
|
| Use the token info, can be set to false to use the user info. |
|
| |
| URI of the token decoding endpoint. | |
| The token type to send when using the userInfoUri. | |
| URI of the user endpoint. | |
| Filter order to apply if not providing an explicit WebSecurityConfigurerAdapter (in which case the order can be provided there instead). | |
|
| Path to the login page, i.e. the one that triggers the redirect to the OAuth2 Authorization Server. |
| Requested heartbeat timeout, in seconds; zero for none. | |
|
| Enable SSL support. |
| Path to the key store that holds the SSL certificate. | |
| Password used to access the key store. | |
| Trust store that holds SSL certificates. | |
| Password used to access the trust store. | |
|
| Connection timeout in milliseconds. |
| SendGrid password. | |
| SendGrid proxy host. | |
| SendGrid proxy port. | |
| SendGrid username. |
The following keys were removed:
Key | Default value | Description |
| Enable json pretty print. | |
| Enable key sorting. | |
| ||
| ||
| ||
| ||
|