Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

高级篇:解决循环依赖问题(一):没有代理对象 文档书写问题 #16

Open
yunteng9345 opened this issue Mar 31, 2021 · 1 comment

Comments

@yunteng9345
Copy link

步骤二:getBean(b),检查singletonObjects是否包含b,singletonObjects不包含a,实例化B放进singletonObjects,设置属性a,发现依赖A,尝试getBean(a)

应该是:singletonObjects不包含b

@DerekYRC
Copy link
Owner

DerekYRC commented Apr 7, 2021

步骤二:getBean(b),检查singletonObjects是否包含b,singletonObjects不包含a

谢谢提醒!已修改

@DerekYRC DerekYRC closed this as completed Apr 7, 2021
@DerekYRC DerekYRC reopened this Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants