인텔리제이가 Autowired를 뱉어낼 때 단호하게 대처하는 방법

인텔리제이(IntelliJ) 사용 시에 “Field injection is not recommended” 메시지에 고통받은 경험이 있나요? @RestController @RequestMapping(value = “/api/ou”) @Api(value = “Organization Unit”) public class OrganizationController { @Autowired private OrganizationService organizationService; .. // 생략 Code language: PHP (php) 그동안 의존관계를 주입할 때, 큰… 더 보기 »인텔리제이가 Autowired를 뱉어낼 때 단호하게 대처하는 방법