Spring循环依赖问题

https://gavinzhang1.gitbooks.io/spring/content/xun_huan_yi_lai.html

构造器注入存在循环依赖

setter方法存在循环依赖
通过提前暴露提前暴露刚完成构造器注入但未完成其他步骤(比如setter注入)的bean,但是对于原型bean没有办法.

http://www.spring4all.com/article/15050

你可能感兴趣的:(Spring循环依赖问题)