thymeleaf documentation

thymeleaf 的API:

http://www.thymeleaf.org/apidocs/thymeleaf/2.0.12/org/thymeleaf/expression/Aggregates.html

thymeleaf 的参考文档:

http://www.thymeleaf.org/documentation.html

What's new:新特性,很有用

Using Thymeleaf : 基本的使用方式 th:~  和工具方法如 #dates.~

Thymeleaf + Spring 3:前后台数据的传递和数据在前台的展示,有form中元素的使用和数据传递,errors的处理,也有个很有用的方法:<p th:text="${{val}}">...</p>==<p>1,234,567,890</p>,以及很重要的局部渲染方法和ajax应用

Basic Articles:示例,初学者参考

More Articles:更多的例子,一步步走吧,少年

External Resources:真心觉得可看可不看,方法一般不用

Source Repositories:很有用的,源码啊



你可能感兴趣的:(thymeleaf documentation)