Authored by jimi

修改服务配置

... ... @@ -137,8 +137,7 @@ public class JavaProjectStatusLoaderTask {
public String getServicePort(String serviceName, String type) {
Map<String, String> context_port_map = new HashMap<>();
// context_port_map.put("yoho-users", "8081,9001,users");
context_port_map.put("yoho-users", "8080,9001,users");
context_port_map.put("yoho-users", "8081,9001,users");
context_port_map.put("yoho-sns", "8082,9602,sns");
context_port_map.put("yohobuy-product", "8083,9603,product");
context_port_map.put("yohobuy-order", "8084,9604,order");
... ... @@ -179,6 +178,7 @@ public class JavaProjectStatusLoaderTask {
context_port_map.put("yoho-search-consumer", "8088,9608,search-consumer");
context_port_map.put("yoho-search-producer", "8089,9609,search-producer");
context_port_map.put("yoho-search-adaptor", "8085,0000,yoho-search-adaptor");
context_port_map.put("yoho-search-service", "8080,9900,yohosearch");
context_port_map.put("yohomars-search-service", "8080,9900,yohosearch");
String port = "";
... ...