4ba16d7b 张雷

refactor(system): 修改报警记录历史实体和更新应用配置

- 更新 AlarmRecordHistory 实体中 alarmRuleType 字段的字典配置- 修改应用服务器端口为8039
- 更新 PostgreSQL 数据库连接信息
- 修改文件上传和存储路径
- 更新创蓝短信秘钥和视频对接配置
1 个父辈 19ecd80b
server:
port: 8095
port: 8039
servlet:
context-path: /skboot
compression:
......@@ -95,9 +95,9 @@ spring:
driver-class-name: com.mysql.jdbc.Driver
# 多数据源配置
pg-db:
url: jdbc:postgresql://47.104.99.86:10086/postgres?useUnicode=true&characterEncoding=UTF8
url: jdbc:postgresql://139.129.230.214:10086/postgres?useUnicode=true&characterEncoding=UTF8
username: postgres
password: JKjnf9713xt
password: Jkpostgres@zz
driver-class-name: org.postgresql.Driver
#redis 配置
redis:
......@@ -130,14 +130,14 @@ mybatis-plus:
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#数矿专用配置
skua:
web-url: http://103.85.171.27:8096
web-url: http://47.104.179.187:8040
path:
#文件上传根目录 设置
upload: /home/skboot/file
upload: /app/skboot/zhangfa2/file
#webapp文件路径
webapp: /home/skboot/file
webapp: /app/skboot/zhangfa2/file
# 断点续传路径
chunk: /home/skboot/file/files
chunk: /app/skboot/zhangfa2/file/files
#创蓝短信秘钥
sms:
#应用地址
......@@ -156,11 +156,11 @@ skua:
isRunTimeInterval: 3600
#视频对接相关配置,未使用,待完善
video:
lan: 113.249.91.27
ip: 113.249.91.27
lan: 118.190.97.62
ip: 118.190.97.62
port: 8667
appkey: 21656155
secretkey: llQvkzDIzmYnNiXNYxDN
appkey: 23259573
secretkey: 0zoBqIJeudIhgCysCe0r
#消息推送
push:
#是否开启流程消息推送
......
......@@ -69,7 +69,7 @@ public class AlarmRecordHistory extends FlowEntity implements Serializable {
*/
@Excel(name = "报警类型(1:实时报警,2:日均值报警)", width = 15)
@ApiModelProperty(value = "报警类型(1:实时报警,2:日均值报警)")
@Dict(dicCode = "alarm_type")
@Dict(dictTable = "alarm_rule_config_public_tab", dicCode="id", dicText = "tab_name")
private String alarmRuleType;
/**
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!