springAOP demo 带错误解决文档

本文详细介绍了Spring框架的最新版本下载、相关依赖包获取方法,并提供了搭建Spring项目所需的jar包列表。同时,针对使用Spring框架时可能出现的错误进行了详细解析,包括引入错误和依赖缺失导致的问题解决方法。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

首先要说的是目前spring最新版本的下载

1.树形结构:http://repo.springsource.org/libs-release-local/org/springframework/spring/

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

2.相关依赖包可以在这里下载  http://www.apache.org/

 

 

 

 

在搭建spring项目时通常需要这些jar包

commons-logging-1.1.3.jar

spring-aop-4.0.6.RELEASE.jar

spring-beans-4.0.6.RELEASE.jar

spring-context-4.0.6.RELEASE.jar

spring-core-4.0.6.RELEASE.jar

spring-expression-4.0.6.RELEASE.jar

 

在使用spring额外功能时

1 需要在xml文件中加入命名空间

可以在spring-framework-4.0.6.RELEASE\docs\spring-framework-reference\html 中搜索关键字查找配置

2 加入需要的jar包(依赖包)

 

由于没有引入  spring-aop-4.0.6.RELEASE.jar引起的错误

org.springframework.beans.factory.parsing.BeanDefinitionParsingException:Configuration problem: Unable to locate Spring NamespaceHandler for XMLschema namespace [http://www.springframework.org/schema/aop]

Offendingresource: class path resource [beans.xml]

 

       atorg.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:70)

 

 

 

由于缺少依赖包  aspectjweaver-1.6.12.jar

http://search.maven.org/remotecontent?filepath=org/aspectj/aspectjweaver/1.6.12/aspectjweaver-1.6.12.jar

org.springframework.beans.factory.BeanCreationException:Error creating bean with name'org.springframework.aop.config.internalAutoProxyCreator': Instantiation ofbean failed; nested exception is org.springframework.beans.BeanInstantiationException:Could not instantiate bean class[org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator]:Constructor threw exception; nested exception is java.lang.NoClassDefFoundError:org/aspectj/lang/annotation/Around

 

由于缺少依赖包  aopalliance-1.0.jar

org.springframework.beans.factory.BeanCreationException:Error creating bean with name'org.springframework.aop.config.internalAutoProxyCreator': Instantiation ofbean failed; nested exception is org.springframework.beans.BeanInstantiationException:Could not instantiate bean class[org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator]:Constructor threw exception; nested exception is java.lang.NoClassDefFoundError:org/aopalliance/intercept/MethodInterceptor

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值