Commit 476f232d authored by Stephane Nicoll's avatar Stephane Nicoll

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

parent 7a4e246f
......@@ -456,7 +456,7 @@ content into your application; rather pick only the properties that you need.
spring.aop.proxy-target-class=
# 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.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",
"sourceType": "org.springframework.boot.context.FileEncodingApplicationListener",
"type": "java.lang.String",
"type": "java.nio.charset.Charset",
"description": "Expected character encoding the application must use."
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment