Spring整体脉络IOC加载过程
读取配置类
扫描配置类@Component @Configuration
注册bean定义
扩展节点修改,注册bean定义
通过bean工厂 getBean(可以生产可以读取)
实例化,填充属性,初始化
2023-05-19