Spring IOC底层分析

IOC初始化 IOC容器的初始化分为三个过程以及我们在使用spring时的代码对应(不是完全一一对应,这是顶层的方法,内部有较多的细节): 1.Resource定位:ClassPathReource resource = new ClassPathReource(“bean.xml”); 2.BeanDefinition的载入和解析: DefaultListableBeanFactory fact
相关文章
相关标签/搜索