Ver código fonte

Merge branch 'dev' of https://git.steerinfo.com/DAL-DAZHOU1/DAL-TMS-TRAIN-API into dev

txf 3 anos atrás
pai
commit
ea8c5183fd
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/java/com/steerinfo/dil/feign/ESFeign.java

+ 1 - 1
src/main/java/com/steerinfo/dil/feign/ESFeign.java

@@ -15,7 +15,7 @@ import java.util.Map;
  * @Version 1.0
  */
 
-@FeignClient(value = "DIL-ES-DEV",url = "172.16.33.161:8089/api/v1/es")
+@FeignClient(value = "DIL-ES-DEV",url = "172.16.33.166:8089/api/v1/es")
 public interface ESFeign {
     @PostMapping("getConResult")
     PageListAdd getConResult(@RequestBody(required = false) Map<String, Object> mapValue,