juj7347 / SpringTutorial

0 stars 0 forks source link

Autowiring #17

Open juj7347 opened 2 years ago

juj7347 commented 2 years ago

이걸로 bean의 ref를 대체?

juj7347 commented 2 years ago

기존에는 dependency 주입을 위해 xml에서 어떤 생성자에 대해 어떤 bean을 주입할지 명시해줘야 했음 autowired를 사용하면 그럴필요 없이 이름으로 유추해서 알아서 주입해줌

juj7347 commented 2 years ago

스프링 4.3 버전 부터는 일반적인 constructor injection을 위해선 굳이 @Autowired annotation을 사용할 필요없음 써도 무방함