前提: Spring版本是5.0.x
一. 概述说明
1. BeanFactoryPostProcessors
是Spring容器创建过程中提供的一个重要的扩展点接口, 有一个postProcessBeanFactory()方法, 当根据指定的扫描路径扫描完成后, 此时路径下所有的普通类都转化成BeanDefinition, 此方法就可以获取对某个BeanDefinition中的属性信息进行修改或者覆盖。
@FunctionalInterface
public interface BeanFactoryPostProcessor {
/**
* Modify the application context's internal bean factory after its standard