码迷,mamicode.com
首页 > 编程语言 > 详细

Spring AOP:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException

时间:2017-12-01 22:10:19      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:aop   分享图片   counter   during   actor   factory   默认   ring   enc   

1 报错

Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException

技术分享图片

 

2 原因

缺少AspectJ的包,spring AOP就是用aspectj来实现的,是依赖关系!AspectJ是动态代理的一种实现!而spring默认使用的就是AspectJ来实现的动态代理,spring自己的AOP就是使用AspectJ来实现的!

3 解决

下载地址:http://download.csdn.net/download/lk_lxn/6397895

导入项目解决

技术分享图片


 

Spring AOP:Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException

标签:aop   分享图片   counter   during   actor   factory   默认   ring   enc   

原文地址:http://www.cnblogs.com/zmmi/p/7944320.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!