Fix "spring.mandatory-file-encoding" property doc

pull/2812/head
Stephane Nicoll 10 years ago
parent 7a4e246f08
commit 476f232d49

@ -456,7 +456,7 @@ content into your application; rather pick only the properties that you need.
spring.aop.proxy-target-class= spring.aop.proxy-target-class=
# FILE ENCODING ({sc-spring-boot}/context/FileEncodingApplicationListener.{sc-ext}[FileEncodingApplicationListener]) # FILE ENCODING ({sc-spring-boot}/context/FileEncodingApplicationListener.{sc-ext}[FileEncodingApplicationListener])
spring.mandatory-file-encoding=false spring.mandatory-file-encoding= # Expected character encoding the application must use
# SPRING SOCIAL ({sc-spring-boot-autoconfigure}/social/SocialWebAutoConfiguration.{sc-ext}[SocialWebAutoConfiguration]) # SPRING SOCIAL ({sc-spring-boot-autoconfigure}/social/SocialWebAutoConfiguration.{sc-ext}[SocialWebAutoConfiguration])
spring.social.auto-connection-views=true # Set to true for default connection views or false if you provide your own spring.social.auto-connection-views=true # Set to true for default connection views or false if you provide your own

@ -50,7 +50,7 @@
{ {
"name": "spring.mandatory-file-encoding", "name": "spring.mandatory-file-encoding",
"sourceType": "org.springframework.boot.context.FileEncodingApplicationListener", "sourceType": "org.springframework.boot.context.FileEncodingApplicationListener",
"type": "java.lang.String", "type": "java.nio.charset.Charset",
"description": "Expected character encoding the application must use." "description": "Expected character encoding the application must use."
}, },
{ {

Loading…
Cancel
Save