完善计划机位和登机桥联动变更,同时加入基础数据缓存
This commit is contained in:
@@ -71,7 +71,7 @@ scheduled:
|
||||
hstCondition:
|
||||
#航班到达超过多久则成为历史航班数据(单位:毫秒)
|
||||
ARRIVE_HST_TIME: 3600000
|
||||
#航班取消超过多久则成为历史航班数据(单位:秒)
|
||||
#航班取消超过多久则成为历史航班数据(单位:毫秒)
|
||||
CANCEL_HST_TIME: 3600000
|
||||
#备降超过多久则成为历史航班数据 FROM CTU 本应降落到成都备降到其他地方(单位:毫秒)
|
||||
FDIV_HST_TIME: 59400000
|
||||
@@ -92,4 +92,10 @@ eureka:
|
||||
service-url:
|
||||
defaultZone: http://130.120.3.231:94/eureka/
|
||||
instance:
|
||||
prefer-ip-address: true
|
||||
prefer-ip-address: true
|
||||
adminApi:
|
||||
host: 130.120.3.231
|
||||
port: 92
|
||||
schema: http
|
||||
baseUrl: ${adminApi.schema}://ADMINAPI
|
||||
ormsStandsUrl: ${adminApi.baseUrl}/basicdata/ormsStands
|
||||
Reference in New Issue
Block a user