一个Spring MVC 的例子
- Thymeleaf 模板引擎
- Thymeleaf Layout Dialect 模板布局
- Thymeleaf Dandelion DataTables Dialect 分页组件
- ESql 数据库操作框架
Thymeleaf is a Java library. It is an XML / XHTML / HTML5 template engine (extensible to other formats) that can work both in web and non-web environments. It is better suited for serving XHTML/HTML5 at the view layer of web applications, but it can process any XML file even in offline environments
http://www.thymeleaf.org/index.html
- copy doc/test.h2 to home dir
- test username and password ( admin/admin )
是Thymeleaf的一个插件,用来布局和装饰你的网页内容,类似 StieMesh 2
- 当前版本: 1.1.3
- 最近发布: 18 August 2013
- 官方地址: https://github.com/ultraq/thymeleaf-layout-dialect
Dandelion module to create full-features HTML table based on the amazing DataTables jQuery plugin. See the documentation here : http://dandelion.github.io/datatables
DuyHai's Java Blog