String[] path={"src/main/webapp/WEB-INF/exam-servlet.xml"}; //绝对路径,除了项目名称之外的所有
ApplicationContext context = new FileSystemXmlApplicationContext(path);
String[] path={"src/main/webapp/WEB-INF/exam-servlet.xml"}; //绝对路径,除了项目名称之外的所有
ApplicationContext context = new FileSystemXmlApplicationContext(path);