|
@@ -25,7 +25,7 @@ eureka:
|
|
|
|
|
|
openfeign:
|
|
|
ColumnDataFeign:
|
|
|
- url: ${COLUMNDATAFEIGN_URL:172.16.33.161:8083}
|
|
|
+ url: ${COLUMNDATAFEIGN_URL:localhost:8083}
|
|
|
AmsFeign:
|
|
|
url: ${AMSFEIGN_URL:localhost:8079}
|
|
|
BmsshipFeign:
|
|
@@ -35,7 +35,7 @@ openfeign:
|
|
|
BmstruckFeign:
|
|
|
url: ${BMSTRUCKFEIGN_URL:localhost:8076}
|
|
|
QmsTruckFeign:
|
|
|
- url: ${QMSTRUCKFEIGN_URL:localhost:8087}
|
|
|
+ url: ${QMSTRUCKFEIGN_URL:localhost:8047}
|
|
|
TmsTrainFeign:
|
|
|
url: ${TMSTRAINFEIGN_URL:localhost:8086}
|
|
|
TmsTruckFeign:
|
|
@@ -49,7 +49,7 @@ openfeign:
|
|
|
OMSFeign:
|
|
|
url: ${OMSFEIGN_URL:localhost:8095}
|
|
|
RmsFeign:
|
|
|
- url: ${RMSFEIGN_HRL:172.16.33.161:8060}
|
|
|
+ url: ${RMSFEIGN_URL:localhost:8060}
|
|
|
|
|
|
genxml:
|
|
|
pth: com/a
|