thymeleaf语法太严格
程序员文章站
2022-03-02 19:01:07
...
一说是pom.xml中添加,实测并没有用:
<dependency>
<groupId>net.sourceforge.nekohtml</groupId>
<artifactId>nekohtml</artifactId>
</dependency>
一说是application.properties中:
默认是: spring.thymeleaf.mode=HTML5
修改为: spring.thymeleaf.mode=LEGACYHTML5
2种我都加上了,问题解决。
下一篇: Linux下如何部署jar包并后台运行?