dubbo开发注入失败

版权声明:随便转吧,反正我也是转的 https://blog.csdn.net/qq_34122822/article/details/81870867

dubbo开发时注入报错,以下是错误信息


Description:

A component required a bean of type 'com.sangular.dolphin.api.item.AttributeServiceRemote' that could not be found.


Action:

Consider defining a bean of type 'com.sangular.dolphin.api.item.AttributeServiceRemote' in your configuration.


Process finished with exit code 1

原因是注入的注解使用了@Resource,应该使用dubbo 的 com.alibaba.dubbo.config.annotation.Reference 注解。

猜你喜欢

转载自blog.csdn.net/qq_34122822/article/details/81870867
今日推荐