dragon-zhang commented on code in PR #3411: URL: https://github.com/apache/incubator-shenyu/pull/3411#discussion_r873653371
########## shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/src/main/java/org/apache/shenyu/examples/alibaba/dubbo/service/annotation/impl/DubboMultiParamServiceImpl.java: ########## @@ -32,6 +32,7 @@ * The type Dubbo multi param service. */ @Service +@ShenyuDubboClient(path = "/demo") Review Comment: Please also consider the situation of `@ShenyuMotanClient(path = "/demo/**")` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
