在构建SSH集成的时候,测试类启动初始化报错关于SSH集成的测试Could not initialize class org.springframework.test.context.junit4.SpringJUnit4ClassRunner

实际上是少了一个包com.springsource.org.apache.commons.logging-1.1.1,加入对应版本的jar包即可,百度大部分说的问题是针对maven的,而我写的这个是关于SSH的,没有maven管理

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-31
  • 2021-12-24
猜你喜欢
  • 2021-11-15
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
  • 2022-01-06
  • 2021-10-25
  • 2021-07-20
相关资源
相似解决方案