Spring记要

Spring记录BeanHelloBean.javaApplicationContext context newFileSystemXmlApplicationContext(beans-

Spring记录
Bean      HelloBean.java

ApplicationContext context = new  FileSystemXmlApplicationContext("beans-config.xml");                 HelloBean hello =  (HelloBean) context.getBean("helloBean");