0
点赞
收藏
分享

微信扫一扫

Could not find resource com/itheima/mapper/UserMapper.xml


解决方法:

如果xxxMapper.xml放在resources下面的包的时候。创建包不要这么创建:com.abc.mybatis,尝试这样创建:com/abc/mybatis


举报

相关推荐

0 条评论