码迷,mamicode.com
首页 > 编程语言 > 详细

Spring 3.2 @Autowired异常:expected single matching bean but found 2

时间:2014-05-23 11:16:12      阅读:440      评论:0      收藏:0      [点我收藏+]

标签:style   c   ext   color   a   width   

  在使用Sping做单元测试时候,对RequestMappingHandlerAdapter(从处理器包装过来的适配器)进行自动装配,

发现报:expected single matching bean but found 2异常,意思是需要匹配单个Bean,但是却找到两个;

我在spring-servlet.xml中的确配置了一个,不知道第二个从哪里来的,一般这种情况下可以使用@Qualifier配合@Autowired来解决这些问题;

另外我预计是因为bean没有给id属性导致的,然后我在spring-servlet.xml配置中给bean添加了一个id和需要注入的变量名称一致,这个时候正常运行了。

后续还碰到一个问题,关于Spring3.2 Controller单元测试参数的问题,会再下篇文章中给出整个配置和测试代码。

Spring 3.2 @Autowired异常:expected single matching bean but found 2,布布扣,bubuko.com

Spring 3.2 @Autowired异常:expected single matching bean but found 2

标签:style   c   ext   color   a   width   

原文地址:http://www.cnblogs.com/myssh/p/3737427.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!