카테고리 없음

@autowired 순환참조 문제

HANDA개발 2022. 8. 18. 17:31

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