From 29d965fdf06115c5aeb17f0cc16a6849a54564ee Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 16 Apr 2014 05:12:05 -0700 Subject: [PATCH] Add new thymeleaf property to docs See gh-671 --- .../src/main/asciidoc/appendix-application-properties.adoc | 1 + 1 file changed, 1 insertion(+) 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 7ffc26bd3b..0106bf58e3 100644 --- a/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc +++ b/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc @@ -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= is added spring.thymeleaf.cache=true # set to false for hot refresh # INTERNATIONALIZATION ({sc-spring-boot-autoconfigure}/MessageSourceAutoConfiguration.{sc-ext}[MessageSourceAutoConfiguration])