有没有遇到这种情况的,是怎么解决的? Consider defining a bean of type 'com.xxx.ItemInfoMapper' in your configuration.

来源:3-5 业务场景实战之商城商品列表功能~列表查询功能实现

qq_叮了个噹_03541811

2019-07-10 10:08

有没有遇到这种情况的,是怎么解决的?

Field itemInfoMapper in com.kuaibu.dubbo.one.server.service.dubbo.DubboItemService required a bean of type 'com.xxx.mapper.ItemInfoMapper' that could not be found. 

 Action: 

 Consider defining a bean of type 'com.xxx.ItemInfoMapper' in your configuration.

写回答 关注

1回答

  • qq_慕莱坞1195961
    2019-08-27 18:00:39

    错误说你没有'com.xxx.ItemInfoMapper'这个bean,那你就去看看mybatis配置对不对,注解打没打

2小时实战Apache顶级项目-RPC框架Dubbo分布式服务调度

快速入门并实战分布式任务调度框架Dubbo

20338 学习 · 145 问题

查看课程

相似问题