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
已解决。Application启动类没有引入spring-dubbo.xml配置。