- Notifications
You must be signed in to change notification settings - Fork 41.5k
Spring Boot 2.7.0 M3 Configuration Changelog
Configuration properties change between 2.7.0-M2
and 2.7.0-SNAPSHOT
Key | Replacement | Reason |
| Use KafkaUtils#setConsumerRecordFormatter instead. | |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
Key | Default value | Description |
|
| Separator of default placeholders. |
|
| Media types supported by Mustache views. |
|
| Whether HttpServletRequest attributes are allowed to override (hide) controller generated model attributes of the same name. |
|
| Whether HttpSession attributes are allowed to override (hide) controller generated model attributes of the same name. |
|
| Whether to enable template caching. |
| Content-Type value. | |
|
| Whether all request attributes should be added to the model prior to merging with the template. |
|
| Whether all HttpSession attributes should be added to the model prior to merging with the template. |
|
| Whether to expose a RequestContext for use by Spring’s macro library, under the name "springMacroRequestContext". |