From dc4d104501fa98cd7fc3fd0c06313af26144aff1 Mon Sep 17 00:00:00 2001 From: jianghaiqing Date: Fri, 15 Dec 2023 16:24:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c8e85a5..33d49e1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,9 +3,9 @@ spring: active: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://60.209.125.238:32006/paymentplat - username: root - password: Djy@Mysql.test + url: jdbc:mysql://rm-m5e06xxqpa68a68ry5o.mysql.rds.aliyuncs.com/paymentplat + username: rulesengine_admin + password: Rule1qaz2wsx!QAZ server: port: 7118 logging: @@ -23,7 +23,7 @@ weixinpay: apiV3Key: DongShengCharge20231204145800V01 appId: wx029d5994ace18575 noticeUrl: https://wechat.myshipping.net:8860/payment/onlinecharge/pushnotice - djyNoticeUrl: http://60.209.125.238:30801/Interface/CompChargeCallBack.ashx + djyNoticeUrl: http://47.104.73.97:8654/Interface/CompChargeCallBack.ashx alipay: gatewayUrl: https://openapi.alipay.com/gateway.do appId: 2021002159639156 @@ -35,4 +35,5 @@ alipay: alipayRootCertPath: D:/DjyPaymentPlat/alipaykey/alipayRootCert.crt signType: RSA2 noticeUrl: https://wechat.myshipping.net:8860/payment/onlinecharge/pushalinotice - djyNoticeUrl: http://60.209.125.238:30801/Interface/CompChargeCallBack.ashx + djyNoticeUrl: http://47.104.73.97:8654/Interface/CompChargeCallBack.ashx +