Skip to content

Commit 59a799e

Browse files
Modify dubbo method names for different interfaces for authentication (#157)
* feature:加入各种注释 * feature:加入SpringCloudGatewy、B服务和C服务增加2个dubbo注册接口、升级版本为3.0.1 * feature:修改helm版本 * feature:将B服务和C服务中的dubbo不同接口的方法名改成不同 * feature:将B服务和C服务中的dubbo不同接口的方法名改成不同
1 parent 8c56d60 commit 59a799e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mse-simple-demo/A/src/main/java/com/alibabacloud/mse/demo/a/AController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ public String dubbo2(HttpServletRequest request) {
249249
}
250250
}
251251
return "A" + serviceTag + "[" + inetUtils.findFirstNonLoopbackAddress().getHostAddress() + "]" + " -> " +
252-
helloServiceBTwo.hello(JSON.toJSONString(request.getParameterMap()));
252+
helloServiceBTwo.hello2(JSON.toJSONString(request.getParameterMap()));
253253
}
254254

255255
@ApiOperation(value = "Dubbo 限流测试", tags = {"入口应用"})

0 commit comments

Comments
 (0)