Thymeleaf 3.0.1 发布了,Thymeleaf是一个XML/XHTML/HTML5模板引擎,可用于Web与非Web环境中的应用开发。 Thymeleaf提供了一个用于整合Spring MVC的可选模块,在应用开发中,你可以使用Thymeleaf来完全代替JSP,或其他模板引擎,如Velocity、FreeMarker等。 Thymeleaf的主要目标在于提供一种可被浏览器正确显示的、格式良好的模板创建方式,因此也可以用作静态建模。你可以使用它创建经过验证的XML与 HTML模板。相对于编写逻辑或代码,开发者只需将标签属性添加到模板中即可。 本次发布主要改进记录如下: - Fixed bad results of integer division in some scenarios due to BigDecimal conversion. - Fixed th:switch not correctly working with variable of type Byte. - Fixed Java version compatibility issue when calling StandardCache.keySet() from Java 7. - Improved error handling during initialisation of Jackson-based JavaScript serializer objects. 下载地址:http://www.thymeleaf.org/download.html Thymeleaf 3.0.1 发布,HTML 5 模板引擎下载地址