SourceCodeU 2017-06-15 17:00 采纳率: 0%
浏览 1999

Spring 配置文件添加<context:component-scan后就无法解析

Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [bean.xml]; nested exception is java.lang.NoClassDefFoundError: org/springframework/aop/TargetSource求助为什么

  • 写回答

3条回答 默认 最新

  • Royal_lr 2017-06-16 02:05
    关注

    这个明显是少包的问题,aop包

    评论

报告相同问题?