Spring에서 @Autowired 로 bean을 가져다 쓸 때 사용할 수 있는 명시적인 표현들

By | 2월 11, 2016

@Autowired(required = false)   //bean이 없어도 오류를 발생시키지 않음
@Qualifier("blablaService")       //이 이름으로 bean을 참조하겠다

 

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments