修改网关serviceId

This commit is contained in:
tanghc
2019-11-20 20:10:51 +08:00
parent 6f9fff2b89
commit 95c577f2a5
5 changed files with 5 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ import java.util.stream.Stream;
public class ConfigPushService {
private static final String GATEWAY_PUSH_URL = "http://%s/configChannelMsg";
private static final String API_GATEWAY_SERVICE_ID = "api-gateway";
private static final String API_GATEWAY_SERVICE_ID = "sop-gateway";
private static HttpTool httpTool = new HttpTool();