LMLPHP后院

thymeleaf 模板对未闭合标签解析出错技术

maybe yes 发表于 2017-05-04 18:22

thymeleaf 模板对 HTML 文件标签内容太严格的解决方式。

1. 在 application.properties 文件中添加如下配置

spring.thymeleaf.mode=LEGACYHTML5

2. 对于 maven 用户,在 pom.xml 的 dependencies 中添加如下依赖:

<dependency>
  <groupId>net.sourceforge.nekohtml</groupId>
  <artifactId>nekohtml</artifactId>
</dependency>
相关文章
2024-04-27 02:47:13 1714157233 0.007135