Skip to content

bingooyong/spring_mvc_showcase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring_mvc_showcase

一个Spring MVC 的例子

  • Thymeleaf 模板引擎
  • Thymeleaf Layout Dialect 模板布局
  • Thymeleaf Dandelion DataTables Dialect 分页组件
  • ESql 数据库操作框架

Thymeleaf

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 Layout Dialect

是Thymeleaf的一个插件,用来布局和装饰你的网页内容,类似 StieMesh 2

Thymeleaf Dandelion DataTables 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