BanTanger/im-whale-shark

[bug]: 构造注入导致循环依赖 The dependencies of some of the beans in the application context form a cycle:

Closed this issue · 0 comments

问题描述

原本想将原先项目的 IOC 注入方式从 @Resource 改成构造注入,但结果报了循环依赖 The dependencies of some of the beans in the application context form a cycle:

问题截图(如有)

0d7403615d1bcd6c473d5650d41f3d9
改成 @Resource 就不会报错
18df80f8a6eff79d73142397992a39b

补充说明(可选)