|
|
|
#服务器端口
|
|
|
|
server:
|
|
|
|
port: 8300
|
|
|
|
|
|
|
|
|
|
|
|
#数据源配置
|
|
|
|
#spring:
|
|
|
|
# datasource:
|
|
|
|
# url: ${blade.datasource.dev.url}
|
|
|
|
# username: ${blade.datasource.dev.username}
|
|
|
|
# password: ${blade.datasource.dev.password}
|
|
|
|
|
|
|
|
spring:
|
|
|
|
#排除DruidDataSourceAutoConfigure
|
|
|
|
autoconfigure:
|
|
|
|
exclude: com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DruidDataSourceAutoConfigure
|
|
|
|
datasource:
|
|
|
|
dynamic:
|
|
|
|
#设置默认的数据源或者数据源组,默认值即为master
|
|
|
|
primary: master
|
|
|
|
datasource:
|
|
|
|
master:
|
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_equipment?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
|
username: ${hzinfo.db.busines.username}
|
|
|
|
password: ${hzinfo.db.busines.password}
|
|
|
|
slave:
|
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_equipment?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
|
username: ${hzinfo.db.busines.username}
|
|
|
|
password: ${hzinfo.db.busines.password}
|
|
|
|
inspect:
|
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims_inspect?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
|
username: ${hzinfo.db.busines.username}
|
|
|
|
password: ${hzinfo.db.busines.password}
|
|
|
|
hzims:
|
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_hzims?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
|
username: ${hzinfo.db.busines.username}
|
|
|
|
password: ${hzinfo.db.busines.password}
|
|
|
|
bladex:
|
|
|
|
url: jdbc:mysql://${hzinfo.db.busines.ip}:${hzinfo.db.busines.port}/prod_bladex?useSSL=false&useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&nullCatalogMeansCurrent=true&allowPublicKeyRetrieval=true
|
|
|
|
username: ${hzinfo.db.busines.username}
|
|
|
|
password: ${hzinfo.db.busines.password}
|
|
|
|
|
|
|
|
#oss配置
|
|
|
|
oss:
|
|
|
|
endpoint: "${hzinfo.oss.endpoint}"
|
|
|
|
access-key: "${hzinfo.oss.access-key}"
|
|
|
|
secret-key: "${hzinfo.oss.secret-key}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#mybatis-plus配置
|
|
|
|
mybatis-plus:
|
|
|
|
mapper-locations: classpath:com/hnac/hzims/**/mapper/*Mapper.xml
|
|
|
|
#实体扫描,多个package用逗号或者分号分隔
|
|
|
|
typeAliasesPackage: com.hnac.hzims.**.entity
|
|
|
|
|
|
|
|
#swagger扫描路径配置
|
|
|
|
swagger:
|
|
|
|
base-packages: com.hnac.hzims,org.springbalde,com.hnac
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xxl:
|
|
|
|
job:
|
|
|
|
accessToken: ''
|
|
|
|
admin:
|
|
|
|
addresses: http://${hzims.server.ip}:7009/xxl-job-admin
|
|
|
|
executor:
|
|
|
|
appname: hzims-equipment
|
|
|
|
ip: "${hzims.server.ip}"
|
|
|
|
logpath: /data/applogs/xxl-job/jobhandler
|
|
|
|
logretentiondays: -1
|
|
|
|
port: 28300
|
|
|
|
|
|
|
|
fdp:
|
|
|
|
monitor:
|
|
|
|
rateRange: 0.3
|
|
|
|
tenantId: 200000
|
|
|
|
service:
|
|
|
|
url: http://192.168.60.70:8086
|
|
|
|
|
|
|
|
hzinfo:
|
|
|
|
model:
|
|
|
|
# 公用
|
|
|
|
commonSignage: power_station_public
|
|
|
|
# 机组
|
|
|
|
deviceSignage: power_station_unit
|
|
|
|
|
|
|
|
hzims:
|
|
|
|
equipment:
|
|
|
|
emInfo:
|
|
|
|
code-prefix: hzims
|
|
|
|
code: hzims:equipment:emInfo:deviceCode.stationDeviceCode
|
|
|
|
emInfoList: hzims:equipment:emInfo:deviceCode.emInfoList
|
|
|
|
fdp:
|
|
|
|
redisData: hzims:equipment:fdp:fault.data.realIdAndValueList
|
|
|
|
fdpReturnValuePath: hzims:equipment:fdp:fdpReturnValue
|
|
|
|
|
|
|
|
blade:
|
|
|
|
data:
|
|
|
|
sdk:
|
|
|
|
enabled: true
|
|
|
|
url: http://192.168.60.29/api/hzinfo-data-config
|
|
|
|
appId: '1635888805125099521'
|
|
|
|
appSecret: f4b6a4dc696b36445d2e5d38bbab2417
|
|
|
|
data-scope:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
url:
|
|
|
|
getAutoFault: http://175.6.40.69:9196/diagnose/getAutoFault
|
|
|
|
getMonitorFault: http://175.6.40.69:9196/diagnose/getMonitorFault
|
|
|
|
getFaultAndMonitor: http://175.6.40.69:9196/diagnose/getFaultAndMonitor
|
|
|
|
updateFaultState_Auto: http://175.6.40.69:9196/diagnose/updateFaultState_Auto
|
|
|
|
updateFaultState_All: http://175.6.40.69:9196/diagnose/updateFaultState_All
|
|
|
|
updateFaultState: http://175.6.40.69:9196/diagnose/updateFaultState_Manual
|
|
|
|
listAll: http://175.6.40.69:9196/api/listAll
|
|
|
|
searchFaultState: http://175.6.40.69:9196/diagnose/searchFaultState
|
|
|
|
getGraph: http://175.6.40.69:9196/diagnose/getGraph
|
|
|
|
nextstep: http://175.6.40.69:9196/diagnose/nextstep
|
|
|
|
searchFaultStateByFaults: http://175.6.40.69:9196/diagnose/searchFaultStateByFaults
|
|
|
|
getStations: http://175.6.40.69:9196/diagnose/getStations
|
|
|
|
getMonitorByFaultStatus: http://175.6.40.69:9196/diagnose/getMonitorByFaultStatus
|
|
|
|
getStatisticStatus: http://175.6.40.69:9196/diagnose/getStatisticStatus
|
|
|
|
getNextStepWithTree: http://175.6.40.69:9196/diagnose/nextstepwithtree
|
|
|
|
getFaultStatusTableData: http://175.6.40.69:9196/diagnose/GetFaultStatusTableData
|
|
|
|
getNeoFaultPropertyList: http://175.6.40.69:9196/diagnose/GetNeoFaultPropertyList
|
|
|
|
getNeoFaultTableData: http://175.6.40.69:9196/diagnose/GetNeoFaultTableData
|
|
|
|
setFaultStatusInfo: http://175.6.40.69:9196/diagnose/setFaultStatusInfo
|
|
|
|
# 获取需更新的预测模型
|
|
|
|
getOutdatePredictModel: http://175.6.40.69:9196/diagnose/getOutdatePredictModel
|
|
|
|
# 训练预测模型
|
|
|
|
trainPredictModel: http://175.6.40.69:9196/diagnose/trainPredictModel
|
|
|
|
# fdp监测点与数据平台监测点绑定关系推送
|
|
|
|
setDataLink: http://175.6.40.69:9196/diagnose/setDataLink
|
|
|
|
#提交站点消息
|
|
|
|
submitStationInfo: http://175.6.40.69:9196/qa/submitStationInfo
|
|
|
|
#删除站点信息
|
|
|
|
deleteStationInfo: http://175.6.40.69:9196/qa/deleteStationInfo
|
|
|
|
#获取机组问题
|
|
|
|
getDevsetQuestion: http://175.6.40.69:9196/qa/getDevsetQuestion
|
|
|
|
#获取站点问题
|
|
|
|
getStationQuestion: http://175.6.40.69:9196/qa/getStationQuestion
|
|
|
|
#提交机组问题的答案
|
|
|
|
submitDevsetAnswer: http://175.6.40.69:9196/qa/submitDevsetAnswer
|
|
|
|
#提交站点问题的答案
|
|
|
|
submitStationAnswer: http://175.6.40.69:9196/qa/submitStationAnswer
|
|
|
|
#实例化站点图谱
|
|
|
|
generateGraphInstance: http://175.6.40.69:9196/qa/generateGraphInstance
|
|
|
|
#按物模型实例编号获取问题答案
|
|
|
|
getInstanceAnswer: http://175.6.40.69:9196/qa/getInstanceAnswer
|
|
|
|
#按物模型实例编号删除问题答案
|
|
|
|
deleteInstanceAnswer: http://175.6.40.69:9196/qa/deleteInstanceAnswer
|
|
|
|
#删除站点问题的答案
|
|
|
|
deleteStationAnswer: http://175.6.40.69:9196/qa/deleteStationAnswer
|
|
|
|
# 删除机组问题答案
|
|
|
|
deleteDevsetAnswer: http://175.6.40.69:9196/qa/deleteDevsetAnswer
|
|
|
|
# 提交问题答案
|
|
|
|
submitResult: http://175.6.40.69:9196/diagnose/submitResult
|
|
|
|
# 获取智能诊断历史趋势图
|
|
|
|
searchFaultHistoryState: http://175.6.40.69:9196/diagnose/searchFaultHistoryState
|
|
|
|
# 获取故障相关的实时数据
|
|
|
|
getRealByFault: http://175.6.40.69:9196/diagnose/getRealByFault
|