728x90
728x90
@Autowired //자동 연결 : 이미 만들어진 애를 얘가 알아서 찾아서 연결해줌
BoardService boardService;
원래 BoardService boardservice = new BoardService(); 이렇게 써야 했던 걸 미리 정의해놓은 애를 얘가 찾아서 자동으로 연결시켜주는 거
대표적으로 의존성을 주입해주는 애
728x90
728x90
'FrontEnd' 카테고리의 다른 글
h2 데이터 베이스 설치 (0) | 2020.06.04 |
---|---|
@RequestMapping 상속 구조 (0) | 2020.06.04 |
Spring bean (0) | 2020.05.28 |
@Controller (0) | 2020.05.28 |
Spring Tools 4 : run 안될 때 (eclipse there are no recent launches error) (0) | 2020.05.28 |
댓글