BeanFactoryAware的应用

BeanFactoryAware的使用使用ClassPathXmlApplicationContext 加载bean.xml文件才能将实现BeanFactoryAware

BeanFactoryAware的使用

使用ClassPathXmlApplicationContext 加载bean.xml文件才能将实现BeanFactoryAware接口的bean的BeanFactory注入进去。

?

?