Skip to content

Commit e1894c1

Browse files
committed
Add check-template-location properties to appendix
Some were missing, some were named incorrectly. See gh-1827
1 parent 5f80f35 commit e1894c1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ content into your application; rather pick only the properties that you need.
9494
spring.resources.add-mappings=true # if default mappings should be added
9595
9696
# THYMELEAF ({sc-spring-boot-autoconfigure}/thymeleaf/ThymeleafAutoConfiguration.{sc-ext}[ThymeleafAutoConfiguration])
97+
spring.thymeleaf.check-template-location=true
9798
spring.thymeleaf.prefix=classpath:/templates/
9899
spring.thymeleaf.suffix=.html
99100
spring.thymeleaf.mode=HTML5
@@ -104,7 +105,7 @@ content into your application; rather pick only the properties that you need.
104105
# FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration])
105106
spring.freemarker.allowRequestOverride=false
106107
spring.freemarker.cache=true
107-
spring.freemarker.checkTemplateLocation=true
108+
spring.freemarker.check-template-location=true
108109
spring.freemarker.charSet=UTF-8
109110
spring.freemarker.contentType=text/html
110111
spring.freemarker.exposeRequestAttributes=false
@@ -129,7 +130,7 @@ content into your application; rather pick only the properties that you need.
129130
# VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration])
130131
spring.velocity.allowRequestOverride=false
131132
spring.velocity.cache=true
132-
spring.velocity.checkTemplateLocation=true
133+
spring.velocity.check-template-location=true
133134
spring.velocity.charSet=UTF-8
134135
spring.velocity.contentType=text/html
135136
spring.velocity.dateToolAttribute=

0 commit comments

Comments
 (0)