提交 f60cc531 编写于 作者: Z zhourui

修复服务调用中不能将center的服务作为内部服务调用.

上级 59c7339d
......@@ -695,7 +695,7 @@ public class Applications extends ConcurrentHashMap<String, CopyOnWriteArrayList
this.updateTimestamp = updateTimestamp;
}
private String urlPrefixOfCenterServer(String nodeName, CenterServer centerServer) {
public String urlPrefixOfCenterServer(String nodeName, CenterServer centerServer) {
Integer port = centerServer.getPort();
StringBuilder buffer = new StringBuilder();
if (BooleanUtils.isTrue(centerServer.getSslEnable())) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册