代码改变世界

Spring之BeanPostProcessor(后置处理器)介绍

2021-08-16 10:03  Spiderman25  阅读(53)  评论(0)    收藏  举报

https://blog.csdn.net/qq_38526573/article/details/88086752

构造方法

postProcessBeforeInitialization

postConstruct

afterPropertiesSet

initMethod

postProcessAfterInitialization

两个方法不监听自己,而是监听其他所有bean