Bladeren bron

'采购燃料'

HUJIANGUO 3 jaren geleden
bovenliggende
commit
8630585db7
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      src/main/resources/bootstrap.yml

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

@@ -16,23 +16,23 @@ spring:
 #feign设置
 openfeign:
   ColumnDataFeign:
-    url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8083}
+    url: ${COLUMNDATAFEIGN_URL:localhost:8083}
   BmsShipFeign:
     url: ${BMSSHIPFEIGN_URL:localhost:8078}
   BmsTruckFeign:
     url: ${BMSTRUCKFEIGN_URL:localhost:8076}
   WmshBoundFeign:
-    url: ${WMSHBOUNDFEIGN_URL:172.16.33.162:8070}
+    url: ${WMSHBOUNDFEIGN_URL:localhost:8070}
   WMSFeign:
-    url: ${WMSFEIGN_URL:172.16.33.162:8093}
+    url: ${WMSFEIGN_URL:localhost:8093}
   OmsFeign:
     url: ${OMSFEIGN_URL:localhost:8095}
   JoinFeign:
-    url: ${JOINFEIGN_URL:172.16.33.162:8066}
+    url: ${JOINFEIGN_URL:localhost:8066}
   QmsFeign:
     url: ${QMSFEIGN_URL:localhost:8047}
   ImFeign:
-    url: ${IMFEIGN_URL:172.16.33.162:8055}
+    url: ${IMFEIGN_URL:localhost:8055}
 
 
 #eureka设置