读取配置文件

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

ApplicationContext context = new FileSystemXmlApplicationContext(path); 

            

你可能感兴趣的:(配置文件)