首页 > 移动平台 > 详细

Type interface com.ssm.mapper.NewProductMapper is not known to the MapperRegistry.

时间:2020-04-07 21:36:01      阅读:71      评论:0      收藏:0      [点我收藏+]

报错:

Exception in thread "main" org.apache.ibatis.binding.BindingException: Type interface com.ssm.mapper.NewProductMapper is not known to the MapperRegistry.
at org.apache.ibatis.binding.MapperRegistry.getMapper(MapperRegistry.java:47)
at org.apache.ibatis.session.Configuration.getMapper(Configuration.java:745)
at org.apache.ibatis.session.defaults.DefaultSqlSession.getMapper(DefaultSqlSession.java:292)
at com.ssm.test.Test.main(Test.java:105)

原因是 mybatis-cofig.xml文件中没有 配置 NewProductMapper.xml文件

技术分享图片

 

 

Type interface com.ssm.mapper.NewProductMapper is not known to the MapperRegistry.

原文:https://www.cnblogs.com/caoxinfang/p/12655921.html

(1)
(1)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!