We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c56d60 commit 59a799eCopy full SHA for 59a799e
mse-simple-demo/A/src/main/java/com/alibabacloud/mse/demo/a/AController.java
@@ -249,7 +249,7 @@ public String dubbo2(HttpServletRequest request) {
249
}
250
251
return "A" + serviceTag + "[" + inetUtils.findFirstNonLoopbackAddress().getHostAddress() + "]" + " -> " +
252
- helloServiceBTwo.hello(JSON.toJSONString(request.getParameterMap()));
+ helloServiceBTwo.hello2(JSON.toJSONString(request.getParameterMap()));
253
254
255
@ApiOperation(value = "Dubbo 限流测试", tags = {"入口应用"})
0 commit comments