📕🐘 도로락 - 코끼리를 냉장고에 넣는 방법

# @Primary (1)

Spring Framework 2018. 10. 22. 17:13

[Spring]@Primary 어노테이션과 UnsatisfiedDependencyException예외 more than one 'primary' bean 원인 및 해결 방법

UnsatisfiedDependencyExceptionUnsatisfiedDependencyException스프링에서 UnsatisfiedDependencyException이 발생하는 경우가 있습니다. UnsatisfiedDependencyException은 예외명에서도 알 수 있듯이 스프링 빈 객체들이 생성되는 과정에서 의존주입을 하게 되는데, 필드에 해당하는 의존관계를 만족시킬 수 없을때 발생하는 예외입니다.쉽게 말해 의존관계를 설정하는데 실패했다는 뜻입니다.Exception in thread "main" org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'sequenceGener..