Spring源碼解析——start from BeanFactory(一)

         先來看一下我們學習Spring時候的ABC代碼: BeanFactory beanFactory=new ClassPathXmlApplicationContext("applicationContext.xml"); UserManager userManager=(UserManager)beanFactory.getBean("UserManagerImpl");
相關文章
相關標籤/搜索