Type interface service.UserImp is not known to the MapperRegistry.

MyBatis显示错误:

org.apache.ibatis.binding.BindingException: Type interface service.UserImp is not known to the MapperRegistry.

原因:

关系映射文件的命名空间出错

<mapper namespace="***">

应命名为接口地址:

<mapper namespace="service.UserImp">

posted on 2017-06-03 21:22  theLazarus  阅读(495)  评论(0编辑  收藏  举报