MyBatis:BindingException: Type interface mybatis.mapper.EmpMapper is not known to the MapperRegistry


问题

  • 测试逆向工程生成查询功能报错,如图:
    MyBatis:BindingException: Type interface mybatis.mapper.EmpMapper is not known to the MapperRegistry

解决

  1. 找了半天,想这个既然是找不到EmpMapper,但是我明明生成了,所以应该是mybatis-config.xml里面没有配置对应的映射文件
    MyBatis:BindingException: Type interface mybatis.mapper.EmpMapper is not known to the MapperRegistry

  2. 加上对应mapper的路径即可
    MyBatis:BindingException: Type interface mybatis.mapper.EmpMapper is not known to the MapperRegistry

查询成功:
MyBatis:BindingException: Type interface mybatis.mapper.EmpMapper is not known to the MapperRegistry

原创文章,作者:端木书台,如若转载,请注明出处:https://blog.ytso.com/245372.html

(0)
上一篇 2022年4月18日
下一篇 2022年4月18日

相关推荐

发表回复

登录后才能评论