Mybatis 错误

1、org.apache.ibatis.binding.BindingException: Type interface com.cmdi.mapper.OrdersMapperCustom is not known to the MapperRegistry.

看见这个错误下意识会想:Mapper(interface)和Mapper.xml没关联上。
我第一反应就是去检查Mapper.xml里的,然后又去检查sql标签的id是否与Mapper(interface)的方法对应检查了无数遍发现并没有任何问题,鼓捣了很久便有了这篇博文。

posted @ 2017-11-24 18:39  司空诺银  阅读(172)  评论(1编辑  收藏  举报