美文网首页
开发必须知道的开发工作工具

开发必须知道的开发工作工具

作者: 寒江_d764 | 来源:发表于2023-03-11 11:11 被阅读0次

一.refresh方法会加载spring的所有功能

1.prepareRefresh方法,准备刷新spring上下文

2.ConfigurableListableBeanFactory beanFactory =this.obtainFreshBeanFactory() ,获取bean工厂

3.beanFactory进行数据填充

4.postProcessBeanFactory(beanFactory)后置处理

5.调用bean工厂的后置处理器

6.

相关文章

网友评论

      本文标题:开发必须知道的开发工作工具

      本文链接:https://www.haomeiwen.com/subject/ivohdctx.html