Spring常见问题整理(持续更新) 1.常见错误一控制台输出:
ApplicationContext context = new ClassPathXmlApplicationContext("applicationContext.xml"); UserManagerImpl userManagerImpl = (UserManagerImpl) getBean("userManager");