From 5205ccf8c6d8e452818c534a5e9e145cf6e04909 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 15 May 2014 15:07:47 +0100 Subject: [PATCH] path->templateLoaderPath --- .../src/main/asciidoc/appendix-application-properties.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c26bbfce2c..bbc3660a17 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -96,7 +96,7 @@ content into your application; rather pick only the properties that you need. spring.freemarker.requestContextAttribute= spring.freemarker.suffix= spring.freemarker.templateEncoding=UTF-8 - spring.freemarker.path=classpath:/templates/ + spring.freemarker.templateLoaderPath=classpath:/templates/ spring.freemarker.viewNames= # INTERNATIONALIZATION ({sc-spring-boot-autoconfigure}/MessageSourceAutoConfiguration.{sc-ext}[MessageSourceAutoConfiguration])