Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
476f232d
Commit
476f232d
authored
Apr 13, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix "spring.mandatory-file-encoding" property doc
parent
7a4e246f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
476f232d
...
@@ -456,7 +456,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -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=
fal
se
spring.mandatory-file-encoding=
# Expected character encoding the application must u
se
# 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
...
...
spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
476f232d
...
@@ -50,7 +50,7 @@
...
@@ -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."
},
},
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment