https://mungto.tistory.com/523
[Spring] Autowired 필드주입은 왜 지양해야 하는가?
FieldInject package com.example.demo.domain; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; @Service public class FieldInject { @Autow..
mungto.tistory.com