在上一篇内容中,介绍了doGetBean方法的源码内容,知道了bean在创建的过程中,有三个范围,单例.多例.Scope,里面都使用到了createBean.下面本篇文章的主要内容,就是围绕createBean来进行展开. createBean方法 /** * Create a bean instance for the given merged bean definition (and arguments). * The bean definition will already have be…