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

原文地址

搭建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]

这里写图片描述

原因是web.xml和applicationContext.xml两个文件没放在一起: 
这里写图片描述

解决办法: 
这里写图片描述