spring的bean加载过程
12ApplicationContext applicationContext = new ClassPathXmlApplicationContext("bean.xml");User user = (User) applicationContext.getBean("user");
spring
...
机器学习