首页
技术面试题 3000
spring框架如何解决循环依赖
spring框架如何解决循环依赖
答案解析
Spring通过三级缓存提前暴露bean引用,允许构造阶段注入,解决单例循环依赖。
返回列表
返回首页