Files
spring-boot-demo/core-beans/output/23-lazy-initialization-hides-the-cycle.txt
T

6 lines
453 B
Plaintext

# spring.main.lazy-initialization=true on the same three-service ring
context started: true
getBean(OrderService.class) failed: UnsatisfiedDependencyException -> UnsatisfiedDependencyException -> UnsatisfiedDependencyException -> BeanCurrentlyInCreationException
root cause: Error creating bean with name 'orderService': Requested bean is currently in creation: Is there an unresolvable circular reference or an asynchronous initialization dependency?