dragon-zhang commented on code in PR #3818:
URL: https://github.com/apache/shenyu/pull/3818#discussion_r943036900
##########
shenyu-examples/shenyu-examples-dubbo/shenyu-examples-alibaba-dubbo-service-annotation/src/main/java/org/apache/shenyu/examples/alibaba/dubbo/service/annotation/impl/DubboTestServiceImpl.java:
##########
@@ -29,7 +29,7 @@
/**
* The type Dubbo service.
*/
-@Service
+@ShenyuService("demo")
Review Comment:
rollback this.
##########
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:
##########
@@ -31,7 +31,7 @@
/**
* The type Dubbo multi param service.
*/
-@Service
+@ShenyuService("demo")
public class DubboMultiParamServiceImpl implements DubboMultiParamService {
Review Comment:
rollback this.
--
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]