From 4d4e6c810d99235e97beab7a8cbdbe8706a5e505 Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: 星期二, 05 九月 2023 13:57:25 +0800
Subject: [PATCH] 新增一些功能

---
 src/main/resources/config/application-online-uat.yaml |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/main/resources/config/application-online-uat.yaml b/src/main/resources/config/application-online-uat.yaml
index 865402b..c465132 100644
--- a/src/main/resources/config/application-online-uat.yaml
+++ b/src/main/resources/config/application-online-uat.yaml
@@ -1,17 +1,17 @@
-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://121.239.169.30:33306/fourier_specialgas_monitor.uat?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true
     username: root
     password: e7be93ef5413e5ed
     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://121.239.169.30:33306/fourier_specialgas_monitor.uat?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai&useAffectedRows=true
       username: root
       password: e7be93ef5413e5ed
       type: com.alibaba.druid.pool.DruidDataSource
@@ -19,7 +19,7 @@
     hibernate: 
       ddl-auto: none
 #      ddl-auto: update #自动更新
-    show-sql: true  #日志中显示sql语句
+    show-sql: false  #日志中显示sql语句
 
   redis:
 #    host: 192.168.0.52
@@ -66,11 +66,11 @@
 file:
     path:
       #基础路径
-      dcPath: /home/upload/laboratoryRiskManage/
+      dcPath: /home/upload/fourierSpecialgasMonitor/
       urlRootPath: /upload/
       module:
         #用户模块
-        accountPath: /account/user/
+        accountPath: /fourierSpecialgasMonitor
 
 #线程池配置
 threadPool:
@@ -91,6 +91,6 @@
 #测试环境 短信功能关闭,只在控制台上打印日志
 sms:
   send:
-    enabled: true
+    enabled: false
 
 

--
Gitblit v1.9.2