스프링빈등록

김영한님의 인프런 스프링 강의 리뷰입니다. XD 스프링 빈을 등록하고 의존관계 설정하기 회원 컨트롤러가 회원서비스와 회원 리포지토리를 사용할 수 있도록 의존관계를 준비하자. "회원 컨트롤러에 의존관계 추가" package hello.hellospring.controller; import hello.hellospring.domain.Member; import hello.hellospring.service.MemberService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; @Controller public class MemberController {..
soohey
'스프링빈등록' 태그의 글 목록