Closed this issue 9 months ago · 0 comments
原本想将原先项目的 IOC 注入方式从 @Resource 改成构造注入,但结果报了循环依赖 The dependencies of some of the beans in the application context form a cycle:
@Resource
The dependencies of some of the beans in the application context form a cycle:
改成 @Resource 就不会报错