spring boot使用thymeleaf版本问题
Spring boot默认使用的是thymeleaf的2版本,这个版本比较低,有些功能不支持,需要切换成3版本
在properties中加入
1 2 | < thymeleaf.version >3.0.9.RELEASE</ thymeleaf.version > < thymeleaf-layout-dialect.version >2.1.1</ thymeleaf-layout-dialect.version > |
thymeleaf在Maven的版本配置
1 2 3 4 | < properties > < thymeleaf.version >3.0.11.RELEASE</ thymeleaf.version > < thymeleaf-layout-dialect.version >2.1.1</ thymeleaf-layout-dialect.version > </ properties > |
1 2 3 4 | < dependency > < groupId >org.springframework.boot</ groupId > < artifactId >spring-boot-starter-thymeleaf</ artifactId > </ dependency > |
以上为个人经验,希望能给大家一个参考,也希望大家多多支持自学编程网。
- 本文固定链接: https://zxbcw.cn/post/218790/
- 转载请注明:必须在正文中标注并保留原文链接
- QQ群: PHP高手阵营官方总群(344148542)
- QQ群: Yii2.0开发(304864863)