We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autowired注解用于注入spring cloud feignClient,Reference注解用于注入Dubbo ,无需替换默认的FeignClient实现,Autowired容易歧义,搞不清注入的具体实现,而且也没有必要, 这样不论消费者还是生产者,两种协议可以并存,也不用自己去定义Feign的适配了
The text was updated successfully, but these errors were encountered:
我觉得一个开放的接口应该同时承载restful和rpc的能力
Sorry, something went wrong.
No branches or pull requests
Autowired注解用于注入spring cloud feignClient,Reference注解用于注入Dubbo
,无需替换默认的FeignClient实现,Autowired容易歧义,搞不清注入的具体实现,而且也没有必要,
这样不论消费者还是生产者,两种协议可以并存,也不用自己去定义Feign的适配了
The text was updated successfully, but these errors were encountered: