From e1894c1c4ba5fed7c3b22916f05f50ce6235c4dc Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 5 Nov 2014 08:10:59 -0800 Subject: [PATCH] Add check-template-location properties to appendix Some were missing, some were named incorrectly. See gh-1827 --- .../src/main/asciidoc/appendix-application-properties.adoc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc index 23a4f5f766..61593807d7 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -94,6 +94,7 @@ content into your application; rather pick only the properties that you need. spring.resources.add-mappings=true # if default mappings should be added # THYMELEAF ({sc-spring-boot-autoconfigure}/thymeleaf/ThymeleafAutoConfiguration.{sc-ext}[ThymeleafAutoConfiguration]) + spring.thymeleaf.check-template-location=true spring.thymeleaf.prefix=classpath:/templates/ spring.thymeleaf.suffix=.html spring.thymeleaf.mode=HTML5 @@ -104,7 +105,7 @@ content into your application; rather pick only the properties that you need. # FREEMARKER ({sc-spring-boot-autoconfigure}/freemarker/FreeMarkerAutoConfiguration.{sc-ext}[FreeMarkerAutoConfiguration]) spring.freemarker.allowRequestOverride=false spring.freemarker.cache=true - spring.freemarker.checkTemplateLocation=true + spring.freemarker.check-template-location=true spring.freemarker.charSet=UTF-8 spring.freemarker.contentType=text/html spring.freemarker.exposeRequestAttributes=false @@ -129,7 +130,7 @@ content into your application; rather pick only the properties that you need. # VELOCITY TEMPLATES ({sc-spring-boot-autoconfigure}/velocity/VelocityAutoConfiguration.{sc-ext}[VelocityAutoConfiguration]) spring.velocity.allowRequestOverride=false spring.velocity.cache=true - spring.velocity.checkTemplateLocation=true + spring.velocity.check-template-location=true spring.velocity.charSet=UTF-8 spring.velocity.contentType=text/html spring.velocity.dateToolAttribute=