Spring AOP:Exception encountered during context initialization - cancelling refresh attempt: org.spr
Posted 郑某某i
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring AOP:Exception encountered during context initialization - cancelling refresh attempt: org.spr相关的知识,希望对你有一定的参考价值。
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.spr的主要内容,如果未能解决你的问题,请参考以下文章