1、IDEA导入项目运行出现异常
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [ApplicationContext.xml]; nested exception is java.io.FileNotFoundException: class path resource [ApplicationContext.xml] cannot be opened because it does not exist
- 1
2、总的来说,就是 ApplicationContext.xml 这个配置文件没找到
到 web.xml 中去看,ApplicationContext.xml 配置的这一行是红线3、因为没有在设置中配置资源文件的目录,所以找不到