From 657f5ba56c42057dfe92746884a38e7f3f811af1 Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 14 十一月 2022 09:57:19 +0800
Subject: [PATCH] 首页字体

---
 src/main/resources/application-guotai-uat.yml |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/application-guotai-uat.yml b/src/main/resources/application-guotai-uat.yml
index bf1fab1..da0d3f1 100644
--- a/src/main/resources/application-guotai-uat.yml
+++ b/src/main/resources/application-guotai-uat.yml
@@ -10,9 +10,18 @@
             # 主库数据源
             master:
 #                driver-class-name: com.mysql.cj.jdbc.Driver
-                url: jdbc:mysql://121.239.169.27:49031/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
-                username: gkhy_safeplatform_guotai
-                password: user@GJLSJ828
+
+                #数据库版本5.7
+                url: jdbc:mysql://121.239.169.27:49037/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
+                username: gkhy_safeplatform
+                password: afaQW90b!#n1
+
+
+
+#            数据库版本8
+            #                url: jdbc:mysql://121.239.169.27:49031/safeplatform.luoan.uat?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=true&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
+#                username: gkhy_safeplatform_guotai
+#                password: user@GJLSJ828
 
 #                url: jdbc:mysql://localhost:3306/trouble_and_risk.guotai?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
 #                username: root
@@ -108,6 +117,6 @@
     demoEnabled: false
     # 文件路径 示例( Windows配置D:/TroubleAndRisk/uploadPath,Linux配置 /home/TroubleAndRisk/uploadPath)
     #  profile: /www/TroubleAndRisk/uploadPath
-      profile: /home/troubleAndRisk/upload
+    profile: /home/troubleAndRisk/upload
     # 获取ip地址开关
     addressEnabled: true
\ No newline at end of file

--
Gitblit v1.9.2