We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9432ee6 commit 96ca3e0Copy full SHA for 96ca3e0
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
@@ -94,6 +94,7 @@ content into your application; rather pick only the properties that you need.
94
spring.mvc.locale= # set fixed locale, e.g. en_UK
95
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
96
spring.mvc.favicon.enabled=true
97
+ spring.mvc.media-types.*= # Maps file extensions to media types for content negotiation.
98
spring.mvc.message-codes-resolver-format= # PREFIX_ERROR_CODE / POSTFIX_ERROR_CODE
99
spring.mvc.ignore-default-model-on-redirect=true # If the the content of the "default" model should be ignored redirects
100
spring.view.prefix= # MVC view prefix
0 commit comments