spring---循环依赖 简介 如下图所示,A中引用了B,B中引用了A,这样的两个以上的bean之间互相引用的情况就叫循环依赖。 测试 测试代码 public class A { pri · spring