dragon-zhang commented on code in PR #3411: URL: https://github.com/apache/incubator-shenyu/pull/3411#discussion_r873654440
########## 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: It is suggested to add a new test class. If you modify the existing test class, you need to make more changes (this may be a little difficult for you). -- 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]
