자바코드 (1) 썸네일형 리스트형 스프링 빈과 의존관계 - 자바 코드로 직접 스프링 빈 등록 회원 서비스와 회원 리포지토리의 @Service, @Repository, @Autowired 애노테이션을 제거하고, SpringConfig를 만들어 직접 스프링 빈을 등록 package hifive.hifivespring; import hifive.hifivespring.repository.MemberRepository; import hifive.hifivespring.repository.MemoryMemberRepository; import hifive.hifivespring.service.MemberService; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configu.. 이전 1 다음