봄에 일반 타입의 빈 오토와이어는? 나는 콩이 있다.Item자동 배선이 필요합니다.@Configuration학급. @Configuration public class AppConfig { @Bean public Item stringItem() { return new StringItem(); } @Bean public Item integerItem() { return new IntegerItem(); } } 하지만 내가 하려고 할 때론@Autowire Item, 다음과 같은 예외가 있습니다. "No qualifying bean of type [Item] is defined: expected single matching bean but found 2: stringItem, integerItem" 일반 유형을 ..