Files
spring-boot-demo/core-beans/output/35-lazy-used-during-construction.txt
T

6 lines
408 B
Plaintext

# @Lazy on the parameter, but the bean calls the dependency from @PostConstruct
started: false
exception classes: BeanCreationException -> UnsatisfiedDependencyException -> BeanCurrentlyInCreationException
root cause: Error creating bean with name 'cycleFixesTest.LazyUserA': Requested bean is currently in creation: Is there an unresolvable circular reference or an asynchronous initialization dependency?