Thymeleaf 3.0.0.BETA02 发布,主要的新特性有: New event-based template processing engine Full HTML5 support, new parsing infrastructure Thymeleaf 3.0 Template Mode set Inlined output expressions New syntax for textual template modes Refactoring of the inlining mechanism New Processor API New Pre-Processor and Post-Processor APIs New Dialect API Refactoring of the Template Resolution API Refactoring of the Context API Refactoring of the Message Resolution API Fragment Expressions The NO-OP token Decoupled Template Logic New extension point: Link Builders Maven: <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf</artifactId> <version>3.0.0.BETA02</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.thymeleaf</groupId> <artifactId>thymeleaf-spring4</artifactId> <version>3.0.0.BETA02</version> <scope>compile</scope> </dependency> Thymeleaf 3.0.0.BETA02 发布,HTML 5 模板引擎下载地址