报错信息如下: 

Error creating bean with name 'org.springframework.aop.config.internalAutoProxyCreator': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError

 

解决方法:

在MyEclipse中,在项目上右击build path—>configure build path..—>add library..—>MyEclipse Libraries选中Spring2.0 AOP Library

相关文章:

  • 2021-07-01
  • 2021-08-02
  • 2021-08-11
  • 2021-05-16
  • 2021-11-10
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-06-20
  • 2021-11-01
  • 2021-05-08
  • 2021-06-11
  • 2022-12-23
  • 2021-09-19
相关资源
相似解决方案