Spring3.x错误:

Spring3.x错误----java.lang.ClassNotFoundException:org.aopalliance.inter.MethodInterceptor

 

解决方法:

发现MethodInterceptor确实不存在,发现少了个jar包,aopalliance-1.0.jar

 

参考:

http://blog.csdn.net/sjzs5590/article/details/7348836

相关文章:

  • 2021-11-13
  • 2021-06-23
  • 2022-12-23
  • 2021-07-13
  • 2021-09-06
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
猜你喜欢
  • 2021-11-10
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-06-13
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案