一、spring中bean的生命周期
1.推断构造方法(有参、无参)
2.实例化 设置属性值
3.依赖注入autowired set方法
4.处理回调applicationcontextAware Spring的ApplicationContextAware的使用-CSDN博客
5.InitalizeBean: 构造方法 > postConstruct >afterPropertiesSet > init方法

6.aop: 代理对象
一、spring中bean的生命周期
1.推断构造方法(有参、无参)
2.实例化 设置属性值
3.依赖注入autowired set方法
4.处理回调applicationcontextAware Spring的ApplicationContextAware的使用-CSDN博客
5.InitalizeBean: 构造方法 > postConstruct >afterPropertiesSet > init方法
6.aop: 代理对象