해결된 질문
작성
·
129
0
섹션 7에서 "@Autowired 필드명" 강의를 듣고 있습니다.
AutoAppConfigTest에서 아래와 같은 에러가 발생합니다.
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'orderServiceImpl' defined in file [/Users/a/Desktop/study/spring-study/core/out/production/classes/hello/core/order/OrderServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 1: No qualifying bean of type 'hello.core.discount.DiscountPolicy' available: expected single matching bean but found 2: fixDiscountPolicy,rateDiscountPolicy
질문 게시판에 있는 글들도 읽어봤는데 따로 해결방법을 못찾겠습니다.
아래는 관련 코드들 캡쳐해서 첨부합니다.