Skip to content

Commit 96ca3e0

Browse files
committed
Polish
Add missing documentation See gh-4220
1 parent 9432ee6 commit 96ca3e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ content into your application; rather pick only the properties that you need.
9494
spring.mvc.locale= # set fixed locale, e.g. en_UK
9595
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
9696
spring.mvc.favicon.enabled=true
97+
spring.mvc.media-types.*= # Maps file extensions to media types for content negotiation.
9798
spring.mvc.message-codes-resolver-format= # PREFIX_ERROR_CODE / POSTFIX_ERROR_CODE
9899
spring.mvc.ignore-default-model-on-redirect=true # If the the content of the "default" model should be ignored redirects
99100
spring.view.prefix= # MVC view prefix

0 commit comments

Comments
 (0)