对降雨栅格添加websocket响应
This commit is contained in:
@@ -41,13 +41,13 @@ safety:
|
||||
no-encrypt-paths:
|
||||
- /crypto/sm2/public-key
|
||||
- /druid
|
||||
- /algorithm-api/rainfall/grid
|
||||
- /websocket/info
|
||||
- /websocket/**
|
||||
# 请求无需解密的路径
|
||||
no-decrypt-paths:
|
||||
- /crypto/sm2/public-key
|
||||
- /druid
|
||||
- /algorithm-api/rainfall/grid
|
||||
- /websocket/info
|
||||
- /websocket/**
|
||||
|
||||
# 算法服务器配置
|
||||
|
||||
@@ -41,12 +41,10 @@ safety:
|
||||
# 响应无需加密的路径
|
||||
no-encrypt-paths:
|
||||
- /crypto/sm2/public-key
|
||||
- /algorithm-api/rainfall/grid
|
||||
- /websocket/**
|
||||
# 请求无需解密的路径
|
||||
no-decrypt-paths:
|
||||
- /crypto/sm2/public-key
|
||||
- /algorithm-api/rainfall/grid
|
||||
- /websocket/**
|
||||
|
||||
# 算法服务器配置
|
||||
|
||||
@@ -5,6 +5,15 @@ safety:
|
||||
global: 'xian:sm2:keypair:global'
|
||||
|
||||
|
||||
# 降雨网格数据
|
||||
rainfall:
|
||||
grid:
|
||||
# 降雨站点网格数据
|
||||
station-grid: 'xian:rainfall:rain_station_grid'
|
||||
# 降雨站点标识符
|
||||
station-identifier: 'xian:rainfall:rain_station_identifier'
|
||||
|
||||
|
||||
# 初始化数据存储
|
||||
init:
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user