의존 자동 주입 @Autowired 애노테이션을 적용한 빈이 없을 때 java: cannot find symbol symbol: method memberDao() location: class config.AppCtx 오류 발생 @Autowired 애노테이션을 붙인 주입 대상에 일치하는 빈이 두 개 이상일 때 ... at main.MainForSpring.main(MainForSpring.java:18) Caused by: org.springframework.beans.factory.NoUniqueBeanDefinitionException: No qualifying bean of type 'spring.MemberPrinter' available: expected single matching bean bu..