Spring 자동 빈 주입1 Spring 의존 주입 에러 상황 HTML 삽입 미리보기할 수 없는 소스 1. 기본 생성자에 의한 에러 먼저 상황은 하나의 인터페이스에 대한 구현체가 5개 존재하고 해당 최초 구현체들에 대해 의존 주입을 받는 상황이다. @Component @RequiredArgsConstructor @NoArgsConstructor public class TestServiceFactory { private final TestService testServiceImpl1; private final TestService testServiceImpl2; private final TestService testServiceImpl3; private final TestService testServiceImpl4; private final TestService tes.. 2024. 2. 20. 이전 1 다음