洁净大叔

文章
6
资源
0
加入时间
3年0月9天

thymeleaf模板实现html5标签的非严格检查

一、概述最近在springboot项目引入thymeleaf模板时,使用非严格标签时,运行会报错。默认thymeleaf模板对html5标签是严格检查的。二、在项目中加NekoHTML库在Maven中添加依赖<dependency><groupId>net.sourceforge.nekohtml</groupId><artifactId&gt...