Thymeleaf模板引擎,遇到不閉合標簽會報這個錯誤,很是蛋疼啊。最后發現是自動生成的meta標簽沒有關閉,也是醉了。
解決方案:
1. 添加maven依賴
<dependency> <groupId>net.sourceforge.nekohtml</groupId> <artifactId>nekohtml</artifactId> <version>1.9.22</version> </dependency>
2. 更改application.properties屬性
spring.thymeleaf.mode=LEGACYHTML5