spring注入bean失败

Caused by: org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with name ‘appSignCheck’: Bean with name ‘appSignCheck’ has been injected into other beans [appSignCheck] in its raw version as part of a circular reference, but has eventually been wrapped. This means that said other beans do not use the final version of the bean. This is often the result of over-eager type matching - consider using ‘getBeanNamesForType’ with the ‘allowEagerInit’ flag turned off, for example.

循环依赖问题

猜你喜欢

转载自blog.csdn.net/jiarui_mama/article/details/119946297