我在春天有点麻烦与服务的两个组成部分。
我有这个组件:
@Component
public class SmartCardWrapper
还有这个:
@Component
public class DummySmartCardWrapper extends SmartCardWrapper
该服务自动装配既但由于这个春天厚望失败:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No unique bean of type [com.cinebot.smartcard.SmartCardWrapper] is defined: expected single matching bean but found 2: [dummySmartCardWrapper, smartCardWrapper]
为什么它不使用类的名字呢?