java.lang.IllegalArgumentException
:MappedStatementscollectiondoesnotcontainvalueforSpeRenovation.selectHealthByPage]wit...
: Mapped Statements collection does not contain value for SpeRenovation.selectHealthByPage] with root cause
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for SpeRenovation.selectHealthByPage
具体就是说数据库查询失败,不能包含SpeRenovation值这个是什么原因? 展开
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for SpeRenovation.selectHealthByPage
具体就是说数据库查询失败,不能包含SpeRenovation值这个是什么原因? 展开
3个回答
2018-06-22 · 国内最优秀java资源共享平台
关注
展开全部
有可能原因有一下几条(这个错误很好找 自己一步一步查询就ok)
1、mapper.xml中没有加入namespace
2、mapper.xml中的方法和接口mapper的方法不对应
3、mapper.xml没有加入到mybatis-config.xml中(即总的配置文件),例外:配置了mapper文件的包路径的除外
4、mapper.xml文件名和所写的mapper名称不相同。
1、mapper.xml中没有加入namespace
2、mapper.xml中的方法和接口mapper的方法不对应
3、mapper.xml没有加入到mybatis-config.xml中(即总的配置文件),例外:配置了mapper文件的包路径的除外
4、mapper.xml文件名和所写的mapper名称不相同。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询