From 6a58afddd58c7036d996bb5ed54f05234b73efce Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期三, 02 十一月 2022 14:21:16 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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