Spring boot starter for Thymeleaf 3
in your pom.xml, add following dependencies:
<dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.0.0.RELEASE</version> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring4</artifactId> <version>3.0.0.RELEASE</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf3</artifactId> <version>1.0.0-SNAPSHOT</version> </dependency>
- HTML5 converted to HTML automatically
- Abstract Dialect compatible problem with Thymeleaf 3
- Thymeleaf 3 ten-minute migration guide: http://www.thymeleaf.org/doc/articles/thymeleaf3migration.html