关于thymeleaf 的自定义版本号
来源:5-18 -Thymeleaf实战-前台编码-02
AllenLWL
2017-10-02
ext['thymeleaf.version'] = '3.0.3.RELEASE'
ext['thymeleaf-layout-dialect.version'] = '2.2.0'
请教这和在pom里面怎么写?
写回答
3回答
-
<properties> <thymeleaf.version>3.0.3.RELEASE</thymeleaf.version> <thymeleaf-layout-dialect.version>.2.0</thymeleaf-layout-dialect.version> </properties>
如上
112017-10-13 -
老卫
2017-10-05
也可以查看我的手记 http://www.imooc.com/article/19822
00 -
老卫
2017-10-05
1楼回答正解!
00
基于Spring Boot技术栈博客系统企业级前后端实战
毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap
1296 学习 · 738 问题
相似问题