Ver código fonte

建国最帅

HUJIANGUO 3 anos atrás
pai
commit
960b9464d4
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      src/main/resources/bootstrap.yml

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

@@ -43,13 +43,13 @@ redis:
 #feign设置
 openfeign:
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:localhost:8083}
+    url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
   TmsTruckFeign:
     url: ${TMSTRUCKFEIGN_URL:localhost:8088}
   AmsFeign:
-    url: ${AMSFEIGN_URL:localhost:8079}
+    url: ${AMSFEIGN_URL:172.16.33.166:8079}
   ImFeign:
-    url: ${IMFEIGN_URL:localhost:8055}
+    url: ${IMFEIGN_URL:172.16.33.162:8055}
 
 
 mybatis: