欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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种我都加上了,问题解决。