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
ef6a5d34
Commit
ef6a5d34
authored
Sep 15, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
e59d70ea
fbb6b881
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
additional-spring-configuration-metadata.json
...es/META-INF/additional-spring-configuration-metadata.json
+32
-0
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
No files found.
spring-boot-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json
View file @
ef6a5d34
...
...
@@ -175,6 +175,22 @@
"http://localhost:9200"
]
},
{
"name"
:
"spring.freemarker.prefix"
,
"defaultValue"
:
""
},
{
"name"
:
"spring.freemarker.suffix"
,
"defaultValue"
:
".ftl"
},
{
"name"
:
"spring.groovy.template.prefix"
,
"defaultValue"
:
""
},
{
"name"
:
"spring.groovy.template.suffix"
,
"defaultValue"
:
".tpl"
},
{
"name"
:
"spring.http.encoding.enabled"
,
"type"
:
"java.lang.Boolean"
,
...
...
@@ -352,6 +368,14 @@
"description"
:
"Enable SitePreferenceHandler."
,
"defaultValue"
:
true
},
{
"name"
:
"spring.mustache.prefix"
,
"defaultValue"
:
"classpath:/templates/"
},
{
"name"
:
"spring.mustache.suffix"
,
"defaultValue"
:
".html"
},
{
"name"
:
"spring.mvc.favicon.enabled"
,
"type"
:
"java.lang.Boolean"
,
...
...
@@ -1170,6 +1194,14 @@
"replacement"
:
"spring.thymeleaf.servlet.content-type"
,
"level"
:
"error"
}
},
{
"name"
:
"spring.thymeleaf.prefix"
,
"defaultValue"
:
"classpath:/templates/"
},
{
"name"
:
"spring.thymeleaf.suffix"
,
"defaultValue"
:
".html"
}
],
"hints"
:
[
{
...
...
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
ef6a5d34
...
...
@@ -271,7 +271,7 @@ content into your application; rather pick only the properties that you need.
spring.freemarker.prefix= # Prefix that gets prepended to view names when building a URL.
spring.freemarker.request-context-attribute= # Name of the RequestContext attribute for all views.
spring.freemarker.settings.*= # Well-known FreeMarker keys which will be passed to FreeMarker's Configuration.
spring.freemarker.suffix= # Suffix that gets appended to view names when building a URL.
spring.freemarker.suffix=
.ftl
# Suffix that gets appended to view names when building a URL.
spring.freemarker.template-loader-path=classpath:/templates/ # Comma-separated list of template paths.
spring.freemarker.view-names= # White list of view names that can be resolved.
...
...
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