Add support for Thymeleaf 3 while keeping Thymeleaf 2 as the default

Closes gh-4393
This commit is contained in:
Andy Wilkinson
2016-07-12 13:48:08 +01:00
parent 18d99245dd
commit db83e89922
22 changed files with 11599 additions and 109 deletions

View File

@@ -97,6 +97,7 @@
<module>spring-boot-sample-war</module>
<module>spring-boot-sample-web-freemarker</module>
<module>spring-boot-sample-web-groovy-templates</module>
<module>spring-boot-sample-web-jsp</module>
<module>spring-boot-sample-web-method-security</module>
<module>spring-boot-sample-web-mustache</module>
<module>spring-boot-sample-web-secure</module>
@@ -104,7 +105,7 @@
<module>spring-boot-sample-web-secure-github</module>
<module>spring-boot-sample-web-secure-jdbc</module>
<module>spring-boot-sample-web-static</module>
<module>spring-boot-sample-web-jsp</module>
<module>spring-boot-sample-web-thymeleaf3</module>
<module>spring-boot-sample-web-ui</module>
<module>spring-boot-sample-web-velocity</module>
<module>spring-boot-sample-websocket-jetty</module>