Add new thymeleaf property to docs

See gh-671
This commit is contained in:
Dave Syer 2014-04-16 05:12:05 -07:00
parent 9907e70609
commit 29d965fdf0
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ content into your application; rather pick only the properties that you need.
spring.thymeleaf.suffix=.html
spring.thymeleaf.mode=HTML5
spring.thymeleaf.encoding=UTF-8
spring.thymeleaf.contentType=text/html # ;charset=<encoding> is added
spring.thymeleaf.cache=true # set to false for hot refresh
# INTERNATIONALIZATION ({sc-spring-boot-autoconfigure}/MessageSourceAutoConfiguration.{sc-ext}[MessageSourceAutoConfiguration])