【参考】
错误:
从Git新获取项目 运行出现
1.org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML doc
2.LifecycleProcessor not initialized - call 'refresh' ...
3.Annotation-specified bean name '***' for bean class **** conflicts with existing
处理办法:
对于问题1 的确在POM引入了 spring-aop
对于问题2/3 点击 Idea 右侧 Maven Projects ->Web模块 -> Lifecycle -> clean 后重新运行系统问题解决