北京暂降10月出差开发版本

This commit is contained in:
hzj
2025-11-03 09:02:32 +08:00
parent 2a0367f1ff
commit 005f73e19d
36 changed files with 2010 additions and 428 deletions

View File

@@ -43,16 +43,24 @@ spring:
host: localhost
port: 6379
timeout: 5000
lettuce:
jedis:
pool:
max-active: 8
max-active: 20
max-wait: 8000
max-idle: 8
min-idle: 0
min-idle: 2
test-on-borrow: true # 借出连接时验证
test-on-return: true # 归还连接时验证
test-while-idle: true # 空闲时验证
smsServer:
info: http://22.33.194.50:18096
netInfo: http://22.33.191.206:18096
account: sms
password: aaa
account: xbjbpt
password: WLv8w071
aliyun:
oss:
endpoint: oss-cn-beijing.aliyuncs.com
accessKeyId: LTAI5tQYuyu1PpiCdeM74PT6
accessKeySecret: vTGHcQOCF9u7w9FL3HAHJO1oufVWru
bucketName: cn-comtrade

View File

@@ -44,17 +44,27 @@ spring:
host: localhost
port: 16379
password: "Pqsadmin@#1qaz"
timeout: 5000
lettuce:
timeout: 5000
jedis:
pool:
max-active: 20
max-wait: 8000
max-idle: 8
min-idle: 0
min-idle: 2
test-on-borrow: true # 借出连接时验证
test-on-return: true # 归还连接时验证
test-while-idle: true # 空闲时验证
smsServer:
info: http://22.33.194.49:18095
netInfo: http://20.33.234.143:18095
account: sms
password: aaa
info: http://22.33.194.50:18096
netInfo: http://22.33.191.206:18096
account: xbjbpt
password: WLv8w071
aliyun:
oss:
endpoint: http://oss-bj-yz-a.ops.sgmc.sgcc.com.cn/
accessKeyId: LKIyxAYe0yI8EqL8
accessKeySecret: H2UgWI6RdacGGGJAxLsTNj8Qa4oX2e
bucketName: sjzt-fjghsjcc-pro

View File

@@ -8,7 +8,7 @@ spring:
application:
name: event_smart
profiles:
active: dev
active: prod
#mybatis配置信息
@@ -38,9 +38,13 @@ db:
business:
#处理波形数据位置
wavePath: D://Comtrade
targetPath: /pqmonitor
exportBaseDir: D://exportComtrade
cronExpression:
eventCronExpression: 0 9 0/1 * * ?
failCronExpression: 0 16 0/1 * * ?
userCronExpression: 0 5 0/1 * * ?
syncinterval: 60
failsyncinterval: 1440
#wavePath: /usr/local/comtrade
#处理临时数据
tempPath: D://file

View File

@@ -14,8 +14,7 @@
<!--日志输出格式-->
<property name="log.pattern"
value="|-%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%level} ${log.projectName} -- %t %logger{100}.%M ==> %m%n${Log_EXCEPTION_CONVERSION_WORD:-%ec}}}"/>
<property name="log.pattern" value="|-%d{yyyy-MM-dd HH:mm:ss.SSS} ${LOG_LEVEL_PATTERN:-%level} ${log.projectName} -- %t %logger{100}.%M ==> %m%n${Log_EXCEPTION_CONVERSION_WORD:-%ec}}"/>
<property name="log.maxHistory" value="30"/>
<!-- 控制台输出(可选) -->
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">