From 86d30cf8fe4eb3d30eb4fee857e0168ab0d04b1b Mon Sep 17 00:00:00 2001 From: heheng <heheng@123456> Date: 星期三, 19 二月 2025 17:14:35 +0800 Subject: [PATCH] 测试 --- ruoyi-admin/src/main/resources/application-pro.yml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-pro.yml b/ruoyi-admin/src/main/resources/application-pro.yml index c48b982..e91fd5f 100644 --- a/ruoyi-admin/src/main/resources/application-pro.yml +++ b/ruoyi-admin/src/main/resources/application-pro.yml @@ -24,7 +24,7 @@ druid: # 主库数据源 master: - url: jdbc:mysql://127.0.0.1:7006/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true + url: jdbc:mysql://106.15.95.149:7006/swspkmas?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&allowMultiQueries=true username: root password: 2farwL3yPXfbH2AP # 从库数据源 @@ -136,4 +136,5 @@ orderUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/invoice.do payNotifyUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/notifyConfirm.do payQueryUrl: http://finpt.xjcz.gov.cn/fs-service-test/fs-pay/query.do - queryUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/queryFile.do \ No newline at end of file + queryUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/queryFile.do + uploadXmlUrl: http://finpt.xjcz.gov.cn/fs-service/fs-pay/uploadXml.do \ No newline at end of file -- Gitblit v1.9.2