-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Spring Boot 2.0.0 M7 Configuration Changelog
Configuration properties change between 2.0.0.M6
and 2.0.0.M7
Key |
Default value |
Description |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the auditevents endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the beans endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the conditions endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the configprops endpoint. |
|
|
Keys that should be sanitized. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the env endpoint. |
|
|
Keys that should be sanitized. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the flyway endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the health endpoint. |
|
|
Whether to show full health details instead of just the status when exposed over a potentially insecure connection. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the heapdump endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the info endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the liquibase endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the logfile endpoint. |
|
External Logfile to be accessed. |
|
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the loggers endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the mappings endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the metrics endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the prometheus endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the scheduledtasks endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the sessions endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the shutdown endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the threaddump endpoint. |
|
|
Maximum time that a response can be cached. |
|
|
Whether to enable the trace endpoint. |
|
Whether to enable or disable all endpoints by default. |
|
|
|
Whether JMX endpoints are enabled. |
|
Endpoint IDs that should be excluded. |
|
|
|
Endpoint IDs that should be exposed or '*' for all. |
|
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 the response from a pre-flight request can be cached by clients. |
|
|
Whether web endpoints are enabled. |
|
Endpoint IDs that should be excluded. |
|
|
|
Endpoint IDs that should be exposed or '*' for all. |
|
Mapping between endpoint IDs and the path that should expose them. |
|
|
|
Allow caching null values. |
|
Key prefix. |
|
|
Entry expiration. |
|
|
|
Whether to use the key prefix when writing to Redis. |
|
Socket option: connection time out. |
|
|
Socket option: read time out. |
|
|
|
Type of Cassandra repositories to enable. |
|
|
Type of Couchbase repositories to enable. |
|
|
Type of Mongo repositories to enable. |
|
|
Whether to log the condition evaluation delta upon restart. |
|
||
|
When non empty, enables transaction support for producer. |
|
|
Loaded resource bundle files cache expiration, in seconds. |
|
|
Counting mode. |
|
|
Indicate that the response message is intended for a single user and must not be stored by a shared cache. |
|
|
Indicate that any cache may store the response. |
|
|
Maximum time the response should be cached, in seconds if no duration suffix is not specified. |
|
|
Indicate that once it has become stale, a cache must not use the response without re-validating it with the server. |
|
|
Indicate that the cached response can be reused only if re-validated with the server. |
|
|
Indicate to not cache the response in any case. |
|
|
Indicate intermediaries (caches and others) that they should not transform the response content. |
|
|
Same meaning as the "must-revalidate" directive, except that it does not apply to private caches. |
|
|
Maximum time the response should be cached by shared caches, in seconds if no duration suffix is not specified. |
|
|
Maximum time the response may be used when errors are encountered, in seconds if no duration suffix is not specified. |
|
|
Maximum time the response can be served after it becomes stale, in seconds if no duration suffix is not specified. |
|
|
Cache period for the resources served by the resource handler. |
|
|
|
Enable the SpringEL compiler in SpringEL expressions. |
Key |
Default value |
Description |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the auditevents endpoint as a JMX MBean. |
|
|
Expose the auditevents endpoint as a Web endpoint. |
|
|
|
Path of the auditevents endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the autoconfig endpoint as a JMX MBean. |
|
|
Expose the autoconfig endpoint as a Web endpoint. |
|
|
|
Path of the autoconfig endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the beans endpoint as a JMX MBean. |
|
|
Expose the beans endpoint as a Web endpoint. |
|
|
|
Path of the beans endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the configprops endpoint as a JMX MBean. |
|
|
Expose the configprops endpoint as a Web endpoint. |
|
|
|
Path of the configprops endpoint. |
|
|
Enable all endpoints by default. |
|
|
Enable all endpoints as JMX MBeans by default. |
|
|
Enable all endpoints as Web endpoints by default. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the env endpoint as a JMX MBean. |
|
|
Expose the env endpoint as a Web endpoint. |
|
|
|
Path of the env endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the flyway endpoint as a JMX MBean. |
|
|
Expose the flyway endpoint as a Web endpoint. |
|
|
|
Path of the flyway endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the health endpoint as a JMX MBean. |
|
|
Expose the health endpoint as a Web endpoint. |
|
|
|
Path of the health endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the heapdump endpoint as a Web endpoint. |
|
|
|
Path of the heapdump endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
|
Expose the info endpoint as a JMX MBean. |
|
|
Expose the info endpoint as a Web endpoint. |
|
|
Path of the info endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the liquibase endpoint as a JMX MBean. |
|
|
Expose the liquibase endpoint as a Web endpoint. |
|
|
|
Path of the liquibase endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the logfile endpoint as a Web endpoint. |
|
|
|
Path of the logfile endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the loggers endpoint as a JMX MBean. |
|
|
Expose the loggers endpoint as a Web endpoint. |
|
|
|
Path of the loggers endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the mappings endpoint as a JMX MBean. |
|
|
Expose the mappings endpoint as a Web endpoint. |
|
|
|
Path of the mappings endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the metrics endpoint as a JMX MBean. |
|
|
Expose the metrics endpoint as a Web endpoint. |
|
|
|
Path of the metrics endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Enable the prometheus endpoint. |
|
|
Expose the prometheus endpoint as a Web endpoint. |
|
|
|
Path of the prometheus endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Enable the sessions endpoint. |
|
|
Expose the sessions endpoint as a JMX MBean. |
|
|
Expose the sessions endpoint as a Web endpoint. |
|
|
|
Path of the sessions endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
|
Expose the shutdown endpoint as a JMX MBean. |
|
|
Expose the shutdown endpoint as a Web endpoint. |
|
|
Path of the shutdown endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
|
Enable the status endpoint. |
|
|
Expose the status endpoint as a JMX MBean. |
|
|
Expose the status endpoint as a Web endpoint. |
|
|
Path of the status endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Enable the threaddump endpoint. |
|
|
Expose the threaddump endpoint as a JMX MBean. |
|
|
Expose the threaddump endpoint as a Web endpoint. |
|
|
|
Path of the threaddump endpoint. |
|
|
Maximum time in milliseconds that a response can be cached. |
|
Expose the trace endpoint as a JMX MBean. |
|
|
Expose the trace endpoint as a Web endpoint. |
|
|
|
Path of the trace endpoint. |
|
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 Cassandra reactive repositories. |
|
|
Enable Mongo reactive repositories. |
|
|
Enable the connection status view for supported providers. |
|
Application id. |
|
|
Application secret. |
|
|
Application id. |
|
|
Application secret. |
|
|
Application id. |
|
|
Application secret. |