From 993bcfbb0ea417891ae1317a560ec426b746dbd6 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: 星期二, 28 三月 2023 09:37:18 +0800
Subject: [PATCH] 新增记录查询页面
---
src/main/resources/application-guotai-uat.yml | 21 ++++++++++++++++-----
1 files changed, 16 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application-guotai-uat.yml b/src/main/resources/application-guotai-uat.yml
index bf1fab1..bdd014a 100644
--- a/src/main/resources/application-guotai-uat.yml
+++ b/src/main/resources/application-guotai-uat.yml
@@ -10,9 +10,20 @@
# 主库数据源
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://sinanoaq.com:23306/trouble_and_risk.guotai?allowMultiQueries=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=UTC&zeroDateTimeBehavior=CONVERT_TO_NULL&serverTimezone=Asia/Shanghai
+ username: riskctrl_gk
+ password: Csa8@g89cajnDFd7
+
+# url: jdbc:mysql://124.221.179.102:3306/testqhs?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=GMT%2B8
+# username: testqhs
+# password: raD2AEaccLRsaFrB
+
+# 数据库版本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
@@ -103,11 +114,11 @@
# 版本
version: 1.0.3
# 版权年份
- copyrightYear: 2021
+ copyrightYear: 2022-2023
# 实例演示开关
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