摘要: BeanPostProcessor 是Spring框架核心接口之一。 了解这个接口的作用对于我们详细了解Spring框架bean加载顺序十分重要。 Spring中Bean的实例化过程图示 BeanPostProcessor接口源码 public interface BeanPostProcessor 阅读全文
posted @ 2021-08-30 16:24 精进的浩然兄 阅读(935) 评论(1) 推荐(0) 编辑