springboot集成thymeleaf报 java.lang.ClassNotFoundException: org.unbescape.html.HtmlEscape

<dependency>

    <groupId>net.sourceforge.nekohtml</groupId>

    <artifactId>nekohtml</artifactId>

</dependency>

<dependency>

    <groupId>org.unbescape</groupId>

    <artifactId>unbescape</artifactId>

</dependency>

尝试提升版本 运行OK

猜你喜欢

转载自blog.csdn.net/m0_37450089/article/details/81193540