Bläddra i källkod

'修改配置文件'

HUJIANGUO 3 år sedan
förälder
incheckning
86222428e9
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      src/main/resources/bootstrap.yml

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

@@ -16,13 +16,13 @@ spring:
 #feign设置
 #feign设置
 openfeign:
 openfeign:
   ColumnDataFeign:
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
+    url: ${COLUMNDATAFEIGN_URL:localhost:8083}
   BmsShipFeign:
   BmsShipFeign:
     url: ${BMSSHIPFEIGN_URL:localhost:8078}
     url: ${BMSSHIPFEIGN_URL:localhost:8078}
   BmsTruckFeign:
   BmsTruckFeign:
     url: ${BMSTRUCKFEIGN_URL:localhost:8076}
     url: ${BMSTRUCKFEIGN_URL:localhost:8076}
   WmshBoundFeign:
   WmshBoundFeign:
-    url: ${WMSHBOUNDFEIGN_URL:172.16.33.161:8070}
+    url: ${WMSHBOUNDFEIGN_URL:localhost:8070}
   WMSFeign:
   WMSFeign:
     url: ${WMSFEIGN_URL:localhost:8093}
     url: ${WMSFEIGN_URL:localhost:8093}
   OmsFeign:
   OmsFeign:
@@ -32,7 +32,7 @@ openfeign:
   QmsFeign:
   QmsFeign:
     url: ${QMSFEIGN_URL:localhost:8087}
     url: ${QMSFEIGN_URL:localhost:8087}
   ImFeign:
   ImFeign:
-    url: ${IMFEIGN_URL:172.16.33.161:8099}
+    url: ${IMFEIGN_URL:localhost:8099}
 
 
 
 
 #eureka设置
 #eureka设置