原文地址

搭建spring项目的时候报这个错: 

org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from ServletContext resource [/WEB-INF/springmvc-servlet.xml]; nested exception is java.io.FileNotFoundException: Could not open ServletContext resource [/WEB-INF/springmvc-servlet.xml]

Could not open ServletContext resource [/WEB-INF/springmvc-servlet.xml]

原因是web.xml和applicationContext.xml两个文件没放在一起: 
Could not open ServletContext resource [/WEB-INF/springmvc-servlet.xml]

解决办法: 
Could not open ServletContext resource [/WEB-INF/springmvc-servlet.xml]

相关文章: