随笔分类 -  spring

spring学习笔记
摘要:一、BeanPostProcessor 主要负责bean的初始化前后进行前后置处理: 1 public interface BeanPostProcessor { 2 3 @Nullable 4 default Object postProcessBeforeInitialization(Objec 阅读全文
posted @ 2021-06-02 16:28 书剑江山 阅读(453) 评论(0) 推荐(1)
摘要:一、介绍 从一张spring经典bean的生命周期图说起: 接口介绍: xxAware接口:包含常见的BeanFactoryAware、BeanFactoryAware、ApplicationContextAware BeanPostProcessor接口:方法postProcessBeforeIn 阅读全文
posted @ 2021-05-17 15:12 书剑江山 阅读(773) 评论(0) 推荐(0)