path->templateLoaderPath

This commit is contained in:
Phillip Webb 2014-05-15 15:07:47 +01:00
parent 0a11459c3e
commit 5205ccf8c6
1 changed files with 1 additions and 1 deletions

View File

@ -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])