HTTP Status 500 - Servlet.init() for servlet springmvc threw exception
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [springmvc.xml]; nested exception is java.io.FileNotFoundException: class path resource [springmvc.xml] cannot be opened because it does not exist
检查你的springmvc.xml在不在源文件夹,如果不在,在class path中写上你springmvc的路径;
检查你的springmvc.xml文件名是否正确,注意大小写