Spring源碼--解決循環依賴

Spring解決循環引用 循環引用是指如下狀況:java @Component("TestService1") public class TestService1 { @Autowired TestService2 testService2; public TestService1(){ System.out.println("construct TestService1")
相關文章
相關標籤/搜索