Explorar el Código

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

胡杰焕 hace 3 años
padre
commit
255883950e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/main/resources/bootstrap.yml

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

@@ -17,7 +17,7 @@ openfeign:
     url: ${WMSHBOUNDFEIGN_URL:172.16.33.162:8013}
 
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8001}
+    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8001}
 
 
 #eureka设置
@@ -59,4 +59,4 @@ mybatis:
     call-setters-on-nulls: true
 
 server:
-  port: 8013
+  port: 8003