[Spring] 빈이 중복 조회가 된다면? : @Autowired, @Qualifier, @Primary 의존성 주입의 다양한 접근 방법
에러 발생 Spring 서버를 작동하려고 하는데 아래와 같은 오류가 발생한적 있는가? 예시 상황 // 인터페이스 구현1 @Component public class EmailService implements NotificationService { ... } // 인터페이스 구현2 @Component public class SMSService implements NotificationService { ... } // 다른 곳에서 어디선가 인터페이스에 빈 주입 @Autowired private NotificationService service; org.springframework.beans.factory.UnsatisfiedDependencyException 또는 NoUniqueBeanDefinitionExc..
백엔드/🌸Spring
2023. 12. 19. 10:18
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 깃허브 액션
- git
- 자바스크립트
- 코딩테스트
- AJAX
- 네트워크
- 디자인패턴
- 데이터 베이스
- 개발자
- 개발블로그
- DBeaver
- Mac
- 비동기
- 오라클
- aws
- JavaScript
- Front
- Fetch
- Cors
- 프로세스
- Spring Security
- spring
- 템플릿
- 개발환경
- 개발
- java
- 프론트
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함