Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointc


问题

出现报错:

Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointc

原因

缺失两个库文件:

  • aspectjrt.jar

  • aspectjweaver.jar

解决办法

在网上下载aspectjrt.jaraspectjweaver.jar,并添加进项目中。

aspectjrt.jar和aspectjweaver.jar的下载地址:

链接:https://pan.baidu.com/s/1BuA-RS4CgQ-thxfh_8GTNg
提取码:yb91

将jar包导入项目中,参考链接

Intellij IDEA 添加jar包的三种方式


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 Spring AOP 报错org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'XXXXXX' defined in class path resource.......... SpringBoot 报 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bootstrapImportSelectorConfiguration': Initialization of bean failed; org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'requestMappingHandlerMapping' defined in class path resource Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'fundService': Injection of resource dependencies failed; Application run failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defined in class path resource spring整合hibernate无法创建Bean----org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'studentDao' defined in file org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'multipartResolver': Failed to introspect bean class [org.springframework.web.multipart.commons.CommonsMultipartR 使用security报错:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'springSecurityFilterChain' defined in class path resource ssm整合时出现 org.springframework.beans.factory.BeanCreationException :Error creating bean with name ‘XXX’ 异常的原因及解决方法
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM