SpringBoot 使⽤thymeleaf 模板引擎时报错:
orthyme
解决
解决⽅法是在l ⽂件中指定具体的thymeleaf 版本具体如下
<properties > <java.version >1.8</java.version > <!--添加下⾯两项指定thymeleaf 的版本--> <thymeleaf.version >3.0.2.RELEASE </thymeleaf.version > <thymeleaf-layout-dialect.version >2.0.5</thymeleaf-layout-dialect.version ></properties >1
2
3
4
5
6

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。