发布于 2017-01-05 16:24:02 | 200 次阅读 | 评论: 0 | 来源: 网友投递
Thymeleaf HTML5模板引擎
Thymeleaf是一个XML/XHTML/HTML5模板引擎,可用于Web与非Web环境中的应用开发。它是一个开源的Java库,基于Apache License 2.0许可,由Daniel Fernández创建,该作者还是Java加密库Jasypt的作者。
Thymeleaf 3.0.3 发布了。本次更新内容如下:
Fixed empty comments (<!---->) not being properly parsed and recognised (AttoParser).
Fixed text parser wrongly recognizing comment start prefixes ('/*') even if inside JavaScript/CSS literals.
Fixed #numbers.sequence(from,to) throwing an exception if from > to (bad computation of 'step' argument).
Fixed OGNL expressions calling the 'hashCode()' method instead of accessing a public 'code' property.
Improved JavaScript serialization: allow Jackson to (optionally) serialise JSR310 dates as ISO8601
Improved cache monitoring: published counters and added hit/miss ratios.
Updated AttoParser dependency to 2.0.2.RELEASE.
Updated OGNL dependency to 3.1.12.
下载地址: