Код: Выделить всё
package myPackage;
public class A {
private B b;
public void setB(B b) { this.b = b; }
public B getB() { return this.b; }
public class B {
}
}
Код: Выделить всё
Код: Выделить всё
org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'a': Requested bean is currently in creation: Is there an unresolvable circular reference?
Подробнее здесь: https://stackoverflow.com/questions/157 ... ng-circula
Мобильная версия