minho-jang / i-like-this-page

It's a widget that allows visitors to mark "LIKE" on your page.
1 stars 0 forks source link

Use constructor injection instead of field injection #68

Closed minho-jang closed 2 years ago

minho-jang commented 2 years ago

Reference #61

필드 주입보다 생성자 주입을 사용해야 한다. 단일 생성자인 경우 @Autowired를 삭제할 수 있다.

생성자 주입(constructor injection)의 장점