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的主要内容,如果未能解决你的问题,请参考以下文章

EXCEPTION-SPRING

日志异常处理-spring aop注解

Spring AOP propagation七种属性值

手写类似Spring的AOP事务(简略实现)

模板类的 Spring AOP 切入点不起作用

Spring - 切面表达式(切面编程AOP)