No unique bean of type [xxxxx] is defined: expected single bean but...

测试aop时出现一个bug:
配置完spring配置文件、测试用例之后运行,报错:

Exception in thread "main" org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [mycom.test.aop.ArithmeticCalculator] is defined: expected single bean but found 0:
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBean(DefaultListableBeanFactory.java:271)
    at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1101)
    at mycom.test.aop.MainTest.main(MainTest.java:15)

原因分析:
报错信息的字面意思是没有找到ArithmeticCalculator类,开始时我以为是自动扫包配错了(– <context:component-scan base-package="mycom"></context:component-scan> –),后来发现不是,是切面类中类的定位配错了,类的定位写成了类的接口地址;
(– @Before("execution(public int mycom.test.aop.ArithmeticCalculatorImpl.*(int, int))") –)

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值