From 5f6fd45d151cdd0ff9d6d5f44d0fb055bdc6f997 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Wed, 22 May 2024 09:16:02 +0800
Subject: [PATCH] 配置文件调整,添加短信报警人
---
src/main/resources/config/application-online-uat.yaml | 23 ++++++++++++++---------
1 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/src/main/resources/config/application-online-uat.yaml b/src/main/resources/config/application-online-uat.yaml
index 865402b..c91fd32 100644
--- a/src/main/resources/config/application-online-uat.yaml
+++ b/src/main/resources/config/application-online-uat.yaml
@@ -1,25 +1,25 @@
-erver:
- port: 16070
+server:
+ port: 17080
spring:
# enable-logging: false
datasource:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://121.239.169.30:33306/laboratory_risk_manage.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/laboratory_risk_manage.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:
ddl-auto: none
# ddl-auto: update #自动更新
- show-sql: true #日志中显示sql语句
+ show-sql: false #日志中显示sql语句
redis:
# host: 192.168.0.52
@@ -63,14 +63,19 @@
externalAccessHeader: Access-Token
externalAccessKey: HG0f40036fe7420230808150035407
+reportfile:
+ path:
+ #基础路径
+ dcPath: /home/gkhy/upload/fourierSpecialgasMonitor/
+ urlRootPath: /upload/
file:
path:
#基础路径
- dcPath: /home/upload/laboratoryRiskManage/
+ dcPath: /home/upload/fourierSpecialgasMonitor/
urlRootPath: /upload/
module:
#用户模块
- accountPath: /account/user/
+ accountPath: /fourierSpecialgasMonitor
#线程池配置
threadPool:
--
Gitblit v1.9.2