list1 조회한 모든 빈이 가져오기 (List, Map) List, Map 사용해서 조회한 빈 모두 가져오기 package hello.core.autowired; import hello.core.AutoAppConfig; import hello.core.discount.DiscountPolicy; import hello.core.member.Grade; import hello.core.member.Member; import org.junit.jupiter.api.Test; import org.springframework.context.ApplicationContext; import org.springframework.context.annotation.AnnotationConfigApplicationContext; import java.util.List; imp.. 2021. 8. 19. 이전 1 다음 반응형