发布于 2017-07-25 02:50:59 | 172 次阅读 | 评论: 0 | 来源: 网友投递
Thymeleaf HTML5模板引擎
Thymeleaf是一个XML/XHTML/HTML5模板引擎,可用于Web与非Web环境中的应用开发。它是一个开源的Java库,基于Apache License 2.0许可,由Daniel Fernández创建,该作者还是Java加密库Jasypt的作者。
Thymeleaf 3.0.7 发布,更新内容如下:
Fixed JavaScript line comment (//) parsing breaks when EOF comes before n (script ends in the comment line).
Improved escaping of attributes in XML template mode: t, n and r now being always escaped in order to prevent them being normalised into white spaces by XML parsers when reading (which would be according to the spec).
Improved #numbers.sequence(...) behaviour so that zero-element sequences are now returned when it is not possible to get from the initial to the final values using the specified step (was returning an error).
Updated Unbescape dependency to 1.1.5.RELEASE.