[Spring - 어노테이션(Annotation) ] @Autowired, @Inject, @Resource → 종속성 주입
@Autowired
type으로 DI를 가능케한다. 스프링 프레임워크에서 지원 하는 어노테이션이면 프레임워크에 종속적이다.
@Inject
객체 선언 후 객체타입으로 사용한다는 정의
'◽ Spring, SpringBoot' 카테고리의 다른 글
[Spring - 어노테이션(Annotation) ▶ HTTP 요청(1) ] @RequestBody, @ResponseBody → HTTP 요청의 body를 자바 객체로 매핑 (0) | 2019.08.15 |
---|---|
[Spring - 어노테이션(Annotation) ] @RequestMapping, @GetMapping, @PostMapping, @RequestMapping → url 처리 (0) | 2019.08.15 |
[Spring - 어노테이션(Annotation) ] @Component → xml 빈 등록 (0) | 2019.08.15 |
[Spring] VO, DTO 차이 (0) | 2019.08.13 |
[Spring - (15) ] 인터셉터(Interceptor) (0) | 2019.08.12 |
[Spring - (14) ] 인터셉터 기능 (0) | 2019.08.12 |
[Spring - (13) ] 스프링 구조에 인식 확인 방법 (0) | 2019.08.11 |