DerekYRC / DerekYRC/mini-spring
高级篇:解决循环依赖问题(一):没有代理对象 文档书写问题
Open
- Dominant language
- Java
- Stars
- 6.4k
- Forks
- 1.4k
- PR merge metrics
- No merged PRs in 30d
Description
步骤二:getBean(b),检查singletonObjects是否包含b,singletonObjects不包含a,实例化B放进singletonObjects,设置属性a,发现依赖A,尝试getBean(a)
应该是:singletonObjects不包含b
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with step two in the documentation section “高级篇:解决循环依赖问题(一):没有代理对象” and read the getBean(b) walkthrough. Done means the singletonObjects absence check consistently refers to b rather than a; no source-code change is requested. The issue names no file, and its last comment was 1,988 days ago.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100