关于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回答

pipilu_sz

2017-10-03

<properties>
    <thymeleaf.version>3.0.3.RELEASE</thymeleaf.version>
    <thymeleaf-layout-dialect.version>.2.0</thymeleaf-layout-dialect.version>
</properties>

如上

1
1
AllenLWL
非常感谢!
2017-10-13
共1条回复

老卫

2017-10-05

也可以查看我的手记   http://www.imooc.com/article/19822

0
0

老卫

2017-10-05

1楼回答正解!

0
0

基于Spring Boot技术栈博客系统企业级前后端实战

毕设 Elasticsearch搜索+Thymeleaf模板+JPA+Security+BootStrap

1296 学习 · 738 问题

查看课程