org.springframework.beans.factory.BeanCreationException: Error creating bean

在使用Spring3.1注解完成AOP的功能时出现了 


org.springframework.beans.factory.BeanCreationException: Error creating bean 并且伴随着

 

error at ::0 can't find referenced pointcut 的错误,

 

经过查证:引用的aspectjweaver.jar文件的版本过低。请换成新的aspectjweaver文件。

 

在maven仓库中  http://search.maven.org 搜索aspectjweaver,选择1.6.8以上的版本使用。

 

或者点击此 链接 。

 

PS:由于在新的Spring中不提供第三方的依赖包,推荐使用Maven进行管理。


你可能感兴趣的:(spring)