新建一个JavaBean
UserBeanFactoryPostProcessor 实现了BeanFactoryPostProcessor接口
Spring配置文件如下:
编写测试用例
从结果可以看出:因为BeanFactoryPostProcessor 中输出的username已经变成了quanyongan,而不是test.说明BeanFactoryPostProcessor确实有能力改变初始化BEAN的内容
2022-09-21 12:19:28
新建一个JavaBean
UserBeanFactoryPostProcessor 实现了BeanFactoryPostProcessor接口
Spring配置文件如下:
编写测试用例
从结果可以看出:因为BeanFactoryPostProcessor 中输出的username已经变成了quanyongan,而不是test.说明BeanFactoryPostProcessor确实有能力改变初始化BEAN的内容