启动项目时 找不到bean

来源:3-9 业务场景实战之商城商品列表功能~列表查询功能自测实战-2

马什么梅

2019-03-27 23:22



dubboOne我mvn clean install 都success。

dubboTwo我mvn clean install 也是success。

但是dubboTwo启动时报错找不到ioc容器提供的bean。


***************************

APPLICATION FAILED TO START

***************************


Description:


Field dubboItemService in com.jesses.dubbo.two.server.controller.ItemController required a bean of type 'com.jesses.dubbo.one.api.service.IDubboItemService' that could not be found.



老师,我把项目代码上传到码云了,请帮我看看原因

git@gitee.com:Jesses1024/DubboDemo.git

写回答 关注

1回答

  • 马什么梅
    2019-03-28 09:34:53

    已解决。Application启动类没有引入spring-dubbo.xml配置。

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

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

20338 学习 · 145 问题

查看课程

相似问题