Files
spring-boot-demo/core-beans/output/34-depends-on-cycle.txt
T

6 lines
299 B
Plaintext

# @DependsOn("b") on a and @DependsOn("a") on b: no injection involved at all
started: false
exception classes: BeanCreationException
root cause: Error creating bean with name 'b' defined in com.ankurm.corebeans.HiddenCyclesTest$DependsOnCycle: Circular depends-on relationship between 'b' and 'a'