Java开启tomcat是出现springmvc错误
org.springframework.beans.factory.BeanDefinitionStoreException:Failedtoreadcandidatec...
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to read candidate component class: file [C:\Users\workspace\springMVC_02\WEB-INF\controller\GradeController.class]; nested exception is java.lang.IllegalArgumentException
展开
展开全部
可能是配置文件路径不对
在配置spring到tomcat里面的时候我们需要加一个listener,添加一个listener以后还要告诉tomcat去哪里找spring的applications。xml文件,所以还要添加一个context-param。就是说告诉tomcat去哪里加载spring配置文件
在web.xml中没有引入applicationContext.xml,及其applicationContext-*.xml文件,或者是引入的路径错误
GradeController.class有问题,class是编译后的文件。
2016-07-03
展开全部
重新rebuild项目
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询