有没有遇到这种情况的,是怎么解决的?
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.
错误说你没有'com.xxx.ItemInfoMapper'这个bean,那你就去看看mybatis配置对不对,注解打没打