java.lang.ClassNotFoundException org.springframework.util.ConcurrentLruCache

出现的问题

  • 在SSM项目中,使用JUnit和spring-test进行单元测试时出现以下错误:

content-251

原因分析

  • 依赖问题:在pom.xml文件中导入的各种spring依赖的版本没有统一。

content-252

解决方案

  • 将依赖版本改为相同,重新同步即可。

content-253