比如在XXXServiceImpl里面写了aa()方法给别的地方调用
但是自己又调用了自己
在开头写了
@Autowired
Private XXX xxx;
xxx.aa();
这样重复调用自己的bean就发生错误
No unique bean of type..... Unsatisfied dependency of type,布布扣,bubuko.com
No unique bean of type..... Unsatisfied dependency of type
原文:http://www.cnblogs.com/kyxyes/p/3614647.html