From 2b05185ea72d3250d0952e94083dc868ab192f2c Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Thu, 30 May 2024 14:37:34 +0800 Subject: [PATCH] 图片上传 --- src/main/resources/application-prod.yml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 89eeee5..d05d0ba 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -18,7 +18,7 @@ username: db_yunzhong password: db_yunzhong321 driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/db_yunzhong?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8 + url: jdbc:mysql://127.0.0.1:3306/db_yunzhong?useUnicode=true&characterEncoding=UTF-8&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=GMT%2b8&useSSL=false redis: # Redis数据库索引(默认为 0) @@ -66,7 +66,7 @@ debug: false wecharPaynotifyUrl: https://xcxapi.csyzyl.com/api/xcxPay/wxpayCallback wecharRechargePaynotifyUrl: https://xcxapi.csyzyl.com/api/xcxPay/rechargeCallBack - certLocalPath: /home/javaweb/webresource/yzyl/cert/apiclient_cert.p12 + certLocalPath: /home/yzylcert/apiclient_cert.p12 wecharpayMchid: 1676508272 wecharpaySecret: YYSC13875978057YYSC13875978057SH gaodeKey: 95ede7157929f5f6b6c758971be924b1 @@ -74,7 +74,7 @@ static: resource: - url: http://120.27.238.55:8382/file/ + url: https://file.csyzyl.com/file/ path: /home/javaweb/webresource/yzyl/file/ system: -- Gitblit v1.9.1