IDEA运行TestAOP时提示Bean‘xxx‘ is already used element

问题描述:在配置项目前置通知时运行TestAOP控制台反馈错误

Configuration problem: Bean name 'XXX' is already used in this <beans> element
Offending resource: class path resource [applicationContext.xml] 

问题如图:

运行TestAOP时提示Bean'xxx' is already used element

解决方案:

原因是xml配置文件中写了重复bean,删去或修改即可

如图

修改后

     <!--实例化业务类的bean-->
    <bean id="productService" class="com.ssm.service.impl.ProductServiceImpl"></bean>
    <!--实例化日志通知、增强处理(切面)的bean-->
    <bean id="allLogAdvice" class="com.ssm.aop.AllLogAdvice"></bean>

 

 此时重新运行TestAOP

成功执行browse前置通知 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值