|
@@ -16,30 +16,30 @@ spring:
|
|
|
#feign设置
|
|
|
openfeign:
|
|
|
ColumnDataFeign:
|
|
|
- url: ${COLUMNDATAFEIGN_URL:localhost:8083}
|
|
|
+ url: ${COLUMNDATAFEIGN_URL:172.16.33.162:8083}
|
|
|
BmsShipFeign:
|
|
|
url: ${BMSSHIPFEIGN_URL:localhost:8078}
|
|
|
BmsTruckFeign:
|
|
|
url: ${BMSTRUCKFEIGN_URL:localhost:8076}
|
|
|
WmshBoundFeign:
|
|
|
- url: ${WMSHBOUNDFEIGN_URL:localhost:8070}
|
|
|
+ url: ${WMSHBOUNDFEIGN_URL:172.16.33.162:8070}
|
|
|
WMSFeign:
|
|
|
- url: ${WMSFEIGN_URL:localhost:8093}
|
|
|
+ url: ${WMSFEIGN_URL:172.16.33.162:8093}
|
|
|
OmsFeign:
|
|
|
url: ${OMSFEIGN_URL:localhost:8095}
|
|
|
JoinFeign:
|
|
|
- url: ${JOINFEIGN_URL:localhost:8066}
|
|
|
+ url: ${JOINFEIGN_URL:172.16.33.162:8066}
|
|
|
QmsFeign:
|
|
|
- url: ${QMSFEIGN_URL:localhost:8087}
|
|
|
+ url: ${QMSFEIGN_URL:localhost:8047}
|
|
|
ImFeign:
|
|
|
- url: ${IMFEIGN_URL:localhost:8055}
|
|
|
+ url: ${IMFEIGN_URL:172.16.33.162:8055}
|
|
|
|
|
|
|
|
|
#eureka设置
|
|
|
eureka:
|
|
|
client:
|
|
|
service-url:
|
|
|
- defaultZone: http://root:root@${EUREKA_HOST:172.16.33.161}:${EUREKA_PORT:8061}/eureka/
|
|
|
+ defaultZone: http://root:root@${EUREKA_HOST:172.16.33.162}:${EUREKA_PORT:8081}/eureka/
|
|
|
|
|
|
instance:
|
|
|
prefer-ip-address: true
|