面临一个与Jules管道功能测试集成相关的问题。在IntelliJ的local上进行测试时,功能性cucumber测试脚本正在通过,但在jules上部署时,功能性cucumber测试脚本正在通过
BeanCurrentlyInCreationException
所有的豆子。
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authTokenInterceptor': Unsatisfied dependency expressed through field 'entitlementsFeignClient'; nested exception is org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name 'mvcResourceUrlProvider': Requested bean is currently in creation
是否存在无法解决的循环引用?
有时它通过了,有时它失败了。