测试spring整合mybatis没有问题,但是一加上springmvc就出现问题
具体异常:
HTTP Status 500 - Request processing failed; nested exception is java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for henan.huel.ssm.mapper.StudentMapper.findById
------解决思路----------------------
和springmvc没有关系吧?
你的StudentMapper里,有findById方法么?
------解决思路----------------------
henan.huel.ssm.mapper.StudentMapper.findById 检查一下这个方法的返回值的映射有没有配对
------解决思路----------------------
参考。