Type interface com.aiit.mapper.BrandMapper is not known to the MapperRegistry.解决办法
Type interface com.aiit.mapper.BrandMapper is not known to the MapperRegistry.错误解决
·
编译出现错误
原因分析
一般出现MapperRegistry.异常时,我们应该安装以下步骤进行排查:
检查 SqlMapConfig.xml 中有没有配置 mapper 路径
检查 SqlMapConfig.xml 中 resource 指定位置是都有误
检查路径中的 namespace 是否配置错误
按照上述顺序检查发现:mybatis-config.xml中当时没有写BrandMapper.xml的加载sql映射文件
添加映射文件后,编译成功
更多推荐
已为社区贡献1条内容
所有评论(0)