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

启动项目时 找不到bean



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

提问者:马什么梅 2019-03-27 23:22

个回答

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

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