-
생성자 주입자바 및 spring boot 2020. 7. 24. 14:37
yaboong.github.io/spring/2019/08/29/why-field-injection-is-bad/
스프링 - 생성자 주입을 사용해야 하는 이유, 필드인젝션이 좋지 않은 이유
개요 Dependency Injection (의존관계 주입) 이란 Setter Based Injection (수정자를 통한 주입) Constructor based Injection (생성자를 통한 주입) 스프링에서 사용할 수 있는 DI 방법 세가지 생성자 주입을 이용한 순
yaboong.github.io
'자바 및 spring boot' 카테고리의 다른 글
Spring Boot 기반 Spring Security 회원가입 / 로그인 구현하기 (0) 2021.01.14 spring boot template 실시간 반영하기 (0) 2020.12.02 JSON을 이용하여 Parameter를 List<Map> 형태로 받기 (0) 2020.07.21 동적 SQL mybatis (0) 2020.07.09 annotation (0) 2020.07.02