Ver código fonte

更新 'src/main/resources/bootstrap.yml'

张煊 3 anos atrás
pai
commit
ce9fa7d377
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/main/resources/bootstrap.yml

+ 2 - 2
src/main/resources/bootstrap.yml

@@ -14,9 +14,9 @@ spring:
 
 openfeign:
   WmshboundFeign:
-    url: ${WMSHBOUNDFEIGN_URL:172.16.33.166:8013}
+    url: ${WMSHBOUNDFEIGN_URL:172.16.33.162:8013}
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8001}
+    url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8001}
 
 #eureka设置
 eureka: