ClassPathXmlApplicationContext的获得方式:ClassPathXmlApplicationContext context =
new ClassPathXmlApplicationContext(“Beans.xml”);
重要的成员变量:
beanFactory: DefaultListableBeanFactory
beanFactoryPostProcessors: ArrayList
classLoader: sun.misc.Launcher$AppClassLoader@14dad5dc
configLocations: Beans.xml