-
Notifications
You must be signed in to change notification settings - Fork 26.5k
[Discussion] @Reference和@Service Naming issues #6007
New issue
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
Comments
+1 |
2 similar comments
+1 |
+1 |
mercyblitz
added a commit
to mercyblitz/dubbo
that referenced
this issue
Apr 28, 2020
mercyblitz
added a commit
to mercyblitz/dubbo
that referenced
this issue
Apr 28, 2020
mercyblitz
added a commit
to mercyblitz/dubbo
that referenced
this issue
Apr 28, 2020
mercyblitz
added a commit
that referenced
this issue
Apr 28, 2020
* Polish #6007 : [Discussion] @reference和@service Naming issues * Polish #6007 : [Discussion] @reference和@service Naming issues * Polish #6007 : [Discussion] @reference和@service Naming issues
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The source: apache/dubbo-spring-boot-project#447
The reporter: @linux-china
-- Original Content --
看readme中的demo
这个@service 和Spring中的@repository和@service太容易混淆啦。 个人是建议调整为 @DubboService 和 @DubboReference
Spring Boot和其他的RPC框架整合的Demo中,如grpc为 @GRpcService, RSocket RPC为 @RSocketService等
The text was updated successfully, but these errors were encountered: