Thymeleaf模板的使用

因为个人偏爱Rest接口的编程,所以比较排斥这类模板,不过客观地讲模板还是有他自己的一些优势的,Spring Boot官方推荐Thymeleaf,今天就做个简单的小Demo

Demo地址:

https://github.com/GodwinGodwin/thymeleaf-template.git

依赖:

thymeleaf


Thymeleaf模板的使用_第1张图片
定义一个Persion类
Thymeleaf模板的使用_第2张图片
controller


Thymeleaf模板的使用_第3张图片
日期


Thymeleaf模板的使用_第4张图片
循环


Thymeleaf模板的使用_第5张图片
从1到n


Thymeleaf模板的使用_第6张图片
效果

你可能感兴趣的:(Thymeleaf模板的使用)