Browse Source

修改地址

唐小峰 3 năm trước cách đây
mục cha
commit
91721d1a33

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

@@ -16,7 +16,7 @@ import java.util.Map;
  */
  */
 
 
 
 
-@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 {
 public interface ESFeign {
     @PostMapping("getConResult")
     @PostMapping("getConResult")
     PageListAdd getConResult(@RequestBody(required = false) Map<String, Object> mapValue,
     PageListAdd getConResult(@RequestBody(required = false) Map<String, Object> mapValue,