码迷,mamicode.com
首页 > 移动开发 > 详细

Type interface com.innovationV2.mapper.UserMapper is not known to the MapperRegistry

时间:2021-07-05 18:55:19      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:known   ati   type   inter   code   vat   not   mybatis   gis   

1.mybatis设置文件未添加mapper

在mybatis文件中添加
<mappers>
  <mapper resource="com/innovationV2/mapper/UserMapper.xml"/>
</mappers>

2.mapper文件的命名空间设置错误

mapper文件内的namespace需和路径一致
<mapper namespace="com.cskaoyan.StuMapper">

Type interface com.innovationV2.mapper.UserMapper is not known to the MapperRegistry

标签:known   ati   type   inter   code   vat   not   mybatis   gis   

原文地址:https://www.cnblogs.com/INnoVationv2/p/14967521.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!