작성
·
452
·
수정됨
0
섹션6 스프링 DB 접근 기술에서
스프링 데이터 jpa 5분쯤에서 SpringgConfig에 가서 MemberRepository 의 생성자를 생성하면
저는 빨간색 이 나타납니다.. 이 오류를 해결하려면 어떻게 해야 하나요??
MemberServiceIntegrationTest 하면 아래와 같은 오류가 나옵니다.
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
Action:
Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed
============================
CONDITIONS EVALUATION REPORT
============================
Positive matches:
————————
None
Negative matches:
————————
None
Exclusions:
—————
None
Unconditional classes:
———————————
None
해결되었습니다! 근데 스프링 빈으로 등록되어있으면 왜 오류가 나는건가요? ㅠㅠ 이해가 잘 안되서요.. 답변으로 알려주시면 정말 감사하겠습니다