https://codingnojam.tistory.com/13
[Spring] @Autowired, @Inject, @Resource 차이점 비교정리
안녕하세요 코딩노잼입니다. 오늘은 의존성 주입에 사용하는 애너테이션 @Autowired, @Inject, @Resource에 대해서 각각에 대해 어떤 특징과 차이점이 있는지 알아보겠습니다. 예시로 사용할 클래스는
codingnojam.tistory.com
'Spring' 카테고리의 다른 글
[Spring] @EventListener 와 ApplicationReadyEvent.class 를 사용한 spring 초기화 (0) | 2023.06.29 |
---|---|
lombok 주의사항 _ @Data는 가급적 사용금지. (0) | 2022.11.18 |
@RequiredArgsConstructor 롬복 어노테이션으로 자동생성자생성주입 (0) | 2022.11.17 |
UriComponentsBuilder (0) | 2022.08.19 |
[spring] annotation 정리 (0) | 2022.07.07 |