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.求大神解答
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
Hello_Wude 2017-12-10 04:18关注检查你的springmvc.xml在不在源文件夹,如果不在,在class path中写上你springmvc的路径;
检查你的springmvc.xml文件名是否正确,注意大小写解决 无用评论 打赏 举报