Recommend setting spring.thymeleaf.mode: HTML when using Thymeleaf 3

Closes gh-6552
This commit is contained in:
Andy Wilkinson
2016-08-08 10:40:01 +01:00
parent 38e3b36605
commit 1b42e1aaa3
2 changed files with 10 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
# Allow Thymeleaf templates to be reloaded at dev time
spring.thymeleaf.cache: false
spring.thymeleaf.mode: html