spring AOP使用中Error creating bean with name ‘…’defined in class path resource..问题及其解决方法

spring AOP使用中Error creating bean with name ‘…’defined in class path resource..问题及其解决方法java

2018/3/24 异常小记spring

 

工做环境:myeclipse2015(jar与java compiler 版本一致)、windows10windows

工做内容:spring 中AOP的使用测试app

异常信息:eclipse

Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'AuthBeforeAdvice' defined in class path resource [applicationContext2.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#0': Cannot create inner bean '(inner bean)#19f3736' of type [org.springframework.aop.aspectj.AspectJMethodBeforeAdvice] while setting constructor argument; nested exception is测试

。。。。。。spa

 

异常缘由:aspectjweaver.jar 版本冲突,致使没法正常引用。xml

异常前用户库:htm

 

 

 

解决方法:更换新版本的jar包blog

aspectjweaver-1.6.1.jar下载地址:

http://www.java2s.com/Code/Jar/a/Downloadaspectjweaver172jar.htm

 

 

 

snail 原创,欢迎转载,转载请注明出处。欢迎留言交流,期待共同进步。

QQ:185466981

相关文章
相关标签/搜索