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
4402c6b4
Commit
4402c6b4
authored
Nov 25, 2014
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Haromonize configuration keys to lowercase hyphen
parent
76451d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+11
-11
No files found.
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
4402c6b4
...
...
@@ -119,22 +119,22 @@ content into your application; rather pick only the properties that you need.
spring.freemarker.cache=true
spring.freemarker.check-template-location=true
spring.freemarker.charset=UTF-8
spring.freemarker.content
T
ype=text/html
spring.freemarker.expose
RequestA
ttributes=false
spring.freemarker.expose
SessionA
ttributes=false
spring.freemarker.expose
SpringMacroH
elpers=false
spring.freemarker.content
-t
ype=text/html
spring.freemarker.expose
-request-a
ttributes=false
spring.freemarker.expose
-session-a
ttributes=false
spring.freemarker.expose
-spring-macro-h
elpers=false
spring.freemarker.prefix=
spring.freemarker.request
ContextA
ttribute=
spring.freemarker.request
-context-a
ttribute=
spring.freemarker.settings.*=
spring.freemarker.suffix=.ftl
spring.freemarker.template-loader-path=classpath:/templates/ # comma-separated list
spring.freemarker.view
N
ames= # whitelist of view names that can be resolved
spring.freemarker.view
-n
ames= # whitelist of view names that can be resolved
# GROOVY TEMPLATES ({sc-spring-boot-autoconfigure}/groovy/template/GroovyTemplateAutoConfiguration.{sc-ext}[GroovyTemplateAutoConfiguration])
spring.groovy.template.cache=true
spring.groovy.template.charset=UTF-8
spring.groovy.template.configuration.*= # See Groovy's TemplateConfiguration
spring.groovy.template.content
T
ype=text/html
spring.groovy.template.content
-t
ype=text/html
spring.groovy.template.prefix=classpath:/templates/
spring.groovy.template.suffix=.tpl
spring.groovy.template.view-names= # whitelist of view names that can be resolved
...
...
@@ -146,9 +146,9 @@ content into your application; rather pick only the properties that you need.
spring.velocity.charset=UTF-8
spring.velocity.content-type=text/html
spring.velocity.date-tool-attribute=
spring.velocity.expose-
R
equest-attributes=false
spring.velocity.expose-
S
ession-attributes=false
spring.velocity.expose-
S
pring-macro-helpers=false
spring.velocity.expose-
r
equest-attributes=false
spring.velocity.expose-
s
ession-attributes=false
spring.velocity.expose-
s
pring-macro-helpers=false
spring.velocity.number-tool-attribute=
spring.velocity.prefix=
spring.velocity.properties.*=
...
...
@@ -164,7 +164,7 @@ content into your application; rather pick only the properties that you need.
# INTERNATIONALIZATION ({sc-spring-boot-autoconfigure}/MessageSourceAutoConfiguration.{sc-ext}[MessageSourceAutoConfiguration])
spring.messages.basename=messages
spring.messages.cache
S
econds=-1
spring.messages.cache
-s
econds=-1
spring.messages.encoding=UTF-8
[[common-application-properties-security]]
...
...
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