From d4020168658efdee89a633083cd9c14b06c4d863 Mon Sep 17 00:00:00 2001 From: zhangf <1603559716@qq.com> Date: 星期三, 11 九月 2024 17:09:10 +0800 Subject: [PATCH] 修改消息推送时间间隔 --- src/main/resources/config/application-online-uat.yaml | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main/resources/config/application-online-uat.yaml b/src/main/resources/config/application-online-uat.yaml index c465132..c91fd32 100644 --- a/src/main/resources/config/application-online-uat.yaml +++ b/src/main/resources/config/application-online-uat.yaml @@ -6,14 +6,14 @@ datasource: type: com.alibaba.druid.pool.DruidDataSource driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://121.239.169.30:33306/fourier_specialgas_monitor.uat?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true + url: jdbc:mysql://127.0.0.1:7006/fourier_specialgas_monitor.uat?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true&allowPublicKeyRetrieval=true username: root - password: e7be93ef5413e5ed + password: 2farwL3yPXfbH2AP master: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://121.239.169.30:33306/fourier_specialgas_monitor.uat?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true + url: jdbc:mysql://127.0.0.1:7006/fourier_specialgas_monitor.uat?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true&allowPublicKeyRetrieval=true username: root - password: e7be93ef5413e5ed + password: 2farwL3yPXfbH2AP type: com.alibaba.druid.pool.DruidDataSource jpa: hibernate: @@ -63,6 +63,11 @@ externalAccessHeader: Access-Token externalAccessKey: HG0f40036fe7420230808150035407 +reportfile: + path: + #基础路径 + dcPath: /home/gkhy/upload/fourierSpecialgasMonitor/ + urlRootPath: /upload/ file: path: #基础路径 @@ -91,6 +96,6 @@ #测试环境 短信功能关闭,只在控制台上打印日志 sms: send: - enabled: false + enabled: true -- Gitblit v1.9.2