Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [applicationContext.xml]; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException
 at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420)

异常原因

缺少aspectjweaver.jar这个包,该包是spring集成AspectJ LTW织入器所需包。

相关文章:

  • 2021-08-28
  • 2022-01-22
  • 2022-12-23
  • 2021-08-13
  • 2021-07-14
猜你喜欢
  • 2022-12-23
  • 2021-09-22
  • 2022-03-06
  • 2021-08-12
  • 2022-12-23
  • 2022-01-26
  • 2021-12-17
相关资源
相似解决方案