-
Notifications
You must be signed in to change notification settings - Fork 26.5k
[Discussion] @Reference和@Service Naming issues #6007
Copy link
Copy link
Closed
Labels
type/proposalEverything you want Dubbo haveEverything you want Dubbo have
Milestone
Description
The source: apache/dubbo-spring-boot-project#447
The reporter: @linux-china
-- Original Content --
看readme中的demo
@Service(version = "1.0.0")
public class DefaultDemoService implements DemoService {
这个@service 和Spring中的@repository和@service太容易混淆啦。 个人是建议调整为 @DubboService 和 @DubboReference
org.apache.dubbo.config.annotation.Service
org.apache.dubbo.config.annotation.Reference
Spring Boot和其他的RPC框架整合的Demo中,如grpc为 @GRpcService, RSocket RPC为 @RSocketService等
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type/proposalEverything you want Dubbo haveEverything you want Dubbo have
Type
Fields
Give feedbackNo fields configured for issues without a type.