啟動(dòng)項(xiàng)目時(shí) 找不到bean
dubboOne我mvn clean install 都success。
dubboTwo我mvn clean install 也是success。
但是dubboTwo啟動(dòng)時(shí)報(bào)錯(cuò)找不到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.
老師,我把項(xiàng)目代碼上傳到碼云了,請幫我看看原因
git@gitee.com:Jesses1024/DubboDemo.git
2019-03-28
已解決。Application啟動(dòng)類沒有引入spring-dubbo.xml配置。