问答详情
源自:3-5 业务场景实战之商城商品列表功能~列表查询功能实现

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

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

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.

提问者:qq_叮了个噹_03541811 2019-07-10 10:08

个回答

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

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