-
Notifications
You must be signed in to change notification settings - Fork 40.7k
Spring Boot 1.3.0 M2 Configuration Changelog
Configuration properties change between 1.3.0.M1
and 1.3.0.M2
The following keys were added:
Key |
Default value |
Description |
|
|
Enable the curie generation (off by default). |
|
|
|
|
|
|
|
Enable the endpoint. |
|
|
Endpoint identifier. |
|
|
Mark if the endpoint exposes sensitive information. |
|
|
`` |
|
|
|
|
|
`` |
|
|
|
|
|
Enable the endpoint. |
|
|
Endpoint identifier. |
|
|
Mark if the endpoint exposes sensitive information. |
|
|
|
Enable the endpoint. |
|
|
Endpoint URL path. |
|
|
Enable security on the endpoint. |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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. |
|
||
|
||
|
||
|
Comment for the session cookie. |
|
|
Domain for the session cookie. |
|
|
"HttpOnly" flag for the session cookie. |
|
|
Maximum age of the session cookie in seconds. |
|
|
Session cookie name. |
|
|
Path of the session cookie. |
|
|
"Secure" flag for the session cookie. |
|
|
Session timeout in seconds. |
|
|
Session tracking modes (one or more of the following: "cookie", "url", "ssl") |
|
|
|
Value of the protocol header that indicates that the incoming request uses SSL. |
|
Cluster password. |
|
|
Journal file directory. |
|
|
|
Enable embedded mode if the Artemis server APIs are available. |
|
|
Enable persistent store. |
|
`` |
Comma-separated list of queues to create on startup. |
|
|
Server id. |
|
`` |
Comma-separated list of topics to create on startup. |
|
|
Artemis broker host. |
|
Artemis deployment mode, auto-detected by default. |
|
|
|
Artemis broker port. |
|
Fully qualified name of the FieldNamingStrategy to use. |
|
|
|
Prefer file system access for template loading. |
|
Set whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name. |
|
|
Set whether all request attributes should be added to the model prior to merging with the template. |
|
|
Set whether all HttpSession attributes should be added to the model prior to merging with the template. |
|
|
Set whether to expose a RequestContext for use by Spring’s macro library, under the name "springMacroRequestContext". |
|
|
Name of the RequestContext attribute for all views. |
|
|
|
Template path. |
|
|
MBeanServer bean name. |
|
SQLDialect JOOQ used when communicating with the configured datasource, for instance "POSTGRES". |
|
|
|
Test that the mail server is available on startup. |
|
`` |
Pattern that tells the aggregator what to do with the keys from the source repository. |
|
`` |
Prefix for global repository if active. |
|
Amount of time (in milliseconds) before asynchronous request handling times out. |
|
|
Spring MVC view prefix. |
|
|
Spring MVC view suffx. |
|
|
Fail if ApplicationPidFileWriter is used but it cannot write the PID file. |
|
|
Location of the PID file to write (if ApplicationPidFileWriter is used). |
|
|
|
Enable caching in the Resource chain. |
|
Enable the Spring Resource Handling chain. |
|
|
|
Enable HTML5 application cache manifest rewriting. |
|
|
Enable the content Version Strategy. |
|
|
Comma-separated list of patterns to apply to the Version Strategy. |
|
|
Enable the fixed Version Strategy. |
|
Comma-separated list of patterns to apply to the Version Strategy. |
|
|
Version string to use for the Version Strategy. |
|
|
||
|
Locations of static resources. |
The following keys were removed:
Key |
Default value |
Description |
|
|
Comma-separated list of MIME types for which compression is used. |
|
|
Controls response compression. |
|
Size of the output buffer in bytes. |
|
|
Level used for deflate compression (0-9). |
|
|
noWrap setting for deflate compression. |
|
|
Comma-separated list of regular expression patterns to control user agents excluded from compression. |
|
|
Comma-separated list of regular expression patterns to control the paths that are excluded from compression. |
|
|
Comma-separated list of paths to exclude from compression. |
|
|
Comma-separated list of user agents to exclude from compression. |
|
|
Comma-separated list of MIME types to exclude from compression. |
|
|
Comma-separated list of HTTP methods for which compression is enabled. |
|
|
Comma-separated list of MIME types which should be compressed. |
|
|
Minimum content length required for compression to occur. |
|
|
Vary header sent on responses that may be compressed. |
|
|
|
MBeanServer bean name. |
|
`` |
Pattern that tells the aggregator what to do with the keys from the source repository. |
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
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. |