在Spring使用配置容器时出现The prefix “XXX“ for element “XXX“ is not bound.

今天在Spring的动态代理配置容器中出现了“The prefix “context” for element “context:component-scan” is not bound.”与“The prefix “aop” for element “aop:aspectj-autoproxy” is not bound.”两个问题
原因是没有将其具体网址填入在beans标签中
第一个解决办法:

xmlns:context="http://www.springframework.org/schema/context"
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.0.xsd

将以上代码加入到beans中即可

第二个解决办法:(与第一个类似)

xmlns:aop="http://www.springframework.org/schema/aop"
http://www.springframework.org/schema/aop 
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd

将以上代码加入到beans中即可

若以后出现类似问题,模仿上述方法即可解决

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值