본문 바로가기

BACKEND

@resource annotation

https://happyourlife.tistory.com/211

 

@Autowired 와 @Resource

특정 Bean의 기능 수행을 위해 다른 Bean을 참조해야 하는 경우 사용하는 Annotation으로는 @Autowired 또는 @Resource가 있다. @Autowired Spring Framework에서 지원하는 Dependency 정의 용도의 Annotation으로..

happyourlife.tistory.com

 

'BACKEND' 카테고리의 다른 글

mybatis 어노테이션  (0) 2021.07.21
[Gradle] test 제외하고 빌드  (0) 2021.07.21
yml 문법 swagger  (0) 2021.06.18
ip가 0:0:0:0:0:0:0:1 로 나올때  (0) 2021.04.21
feign client  (0) 2021.03.10