spring 生命周期
Spring 生命周期
- 实例化Bean
- 设置对象属性(依赖注入)
- 实现…Aware接口
- 实现BeanPostProcessor接口
- InitializingBean与init-method
- DisposableBean和destroy-method
1.实例化Bean
2.设置对象属性(依赖注入)
3.实现…Aware接口
4.实现BeanPostProcessor接口
5.InitializingBean与init-method
6.DisposableBean和destroy-method
- 原文作者:cherubr
- 原文链接:https://cherubr.github.io/post/frame/hugo/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。