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
10d1d5df
Commit
10d1d5df
authored
Nov 05, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.1.x'
parents
6e041464
e1894c1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+3
-2
No files found.
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
10d1d5df
...
@@ -103,6 +103,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -103,6 +103,7 @@ content into your application; rather pick only the properties that you need.
spring.jackson.serialization.*= # see Jackson's SerializationFeature
spring.jackson.serialization.*= # see Jackson's SerializationFeature
# THYMELEAF ({sc-spring-boot-autoconfigure}/thymeleaf/ThymeleafAutoConfiguration.{sc-ext}[ThymeleafAutoConfiguration])
# THYMELEAF ({sc-spring-boot-autoconfigure}/thymeleaf/ThymeleafAutoConfiguration.{sc-ext}[ThymeleafAutoConfiguration])
spring.thymeleaf.check-template-location=true
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.mode=HTML5
...
@@ -113,7 +114,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -113,7 +114,7 @@ content into your application; rather pick only the properties that you need.
# FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
# FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
spring.freemarker.allowRequestOverride=false
spring.freemarker.allowRequestOverride=false
spring.freemarker.cache=true
spring.freemarker.cache=true
spring.freemarker.check
TemplateL
ocation=true
spring.freemarker.check
-template-l
ocation=true
spring.freemarker.charSet=UTF-8
spring.freemarker.charSet=UTF-8
spring.freemarker.contentType=text/html
spring.freemarker.contentType=text/html
spring.freemarker.exposeRequestAttributes=false
spring.freemarker.exposeRequestAttributes=false
...
@@ -138,7 +139,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -138,7 +139,7 @@ content into your application; rather pick only the properties that you need.
# VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
# VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
spring.velocity.allowRequestOverride=false
spring.velocity.allowRequestOverride=false
spring.velocity.cache=true
spring.velocity.cache=true
spring.velocity.check
TemplateL
ocation=true
spring.velocity.check
-template-l
ocation=true
spring.velocity.charSet=UTF-8
spring.velocity.charSet=UTF-8
spring.velocity.contentType=text/html
spring.velocity.contentType=text/html
spring.velocity.dateToolAttribute=
spring.velocity.dateToolAttribute=
...
...
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