|
@@ -16,7 +16,7 @@ spring:
|
|
#feign设置
|
|
#feign设置
|
|
openfeign:
|
|
openfeign:
|
|
ColumnDataFeign:
|
|
ColumnDataFeign:
|
|
- url: ${COLUMNDATAFEIGN_URL:localhost:8083}
|
|
|
|
|
|
+ url: ${COLUMNDATAFEIGN_URL:172.16.33.166:8083}
|
|
BmsShipFeign:
|
|
BmsShipFeign:
|
|
url: ${BMSSHIPFEIGN_URL:localhost:8078}
|
|
url: ${BMSSHIPFEIGN_URL:localhost:8078}
|
|
BmsTruckFeign:
|
|
BmsTruckFeign:
|
|
@@ -32,7 +32,7 @@ openfeign:
|
|
QmsFeign:
|
|
QmsFeign:
|
|
url: ${QMSFEIGN_URL:localhost:8047}
|
|
url: ${QMSFEIGN_URL:localhost:8047}
|
|
ImFeign:
|
|
ImFeign:
|
|
- url: ${IMFEIGN_URL:localhost:8055}
|
|
|
|
|
|
+ url: ${IMFEIGN_URL:172.16.33.166:8055}
|
|
|
|
|
|
|
|
|
|
#eureka设置
|
|
#eureka设置
|