Spring源码--解决循环依赖

Spring解决循环引用 循环引用是指如下状况:java @Component("TestService1") public class TestService1 { @Autowired TestService2 testService2; public TestService1(){ System.out.println("construct TestService1")
相关文章
相关标签/搜索