<properties>
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
<thymeleaf.layout.dialect.version>3.0.4</thymeleaf.layout.dialect.version>
</properties>
使用这个版本thymeleaf,没有结束标签也可以。
本文介绍了一种Thymeleaf及其布局方言的具体版本配置,使用这些版本可以在开发过程中允许不闭合HTML标签,这对于前端开发者来说是一个实用的小技巧。
<properties>
<thymeleaf.version>3.0.2.RELEASE</thymeleaf.version>
<thymeleaf.layout.dialect.version>3.0.4</thymeleaf.layout.dialect.version>
</properties>
使用这个版本thymeleaf,没有结束标签也可以。

被折叠的 条评论
为什么被折叠?