转载于 https://blog.youkuaiyun.com/m0_37450089/article/details/81193540
<!-- thymeleaf -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
<!-- 异常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>
<version>1.1.1.RELEASE</version>
</dependency>
unbescape 版本过低导致的
学习过程:知其然不知其所以然阶段-----
博客转载自优快云,提到unbescape版本过低导致问题,还处于知其然不知其所以然的学习阶段,主要围绕信息技术领域中unbescape相关内容。
1万+

被折叠的 条评论
为什么被折叠?



