From 5fa6e6f8410ef9d057174bcff2a3c5038c54a551 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期日, 27 四月 2025 18:41:20 +0800
Subject: [PATCH] bug修改

---
 ruoyi-admin/src/main/resources/application-test.yml |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-test.yml b/ruoyi-admin/src/main/resources/application-test.yml
index d30a6a6..5a9a46d 100644
--- a/ruoyi-admin/src/main/resources/application-test.yml
+++ b/ruoyi-admin/src/main/resources/application-test.yml
@@ -17,7 +17,7 @@
 # 开发环境配置
 server:
   # 服务器的HTTP端口,默认为8080
-  port: 8080
+  port: 8081
   servlet:
     # 应用的访问路径
     context-path: /
@@ -102,9 +102,12 @@
     druid:
       # 主库数据源
       master:
-        url: jdbc:mysql://xzgt.test.591taxi.cn:13306/xizang?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai
-        username: root
-        password: 8f5z9g52gx4bg
+#        url: jdbc:mysql://xzgt.test.591taxi.cn:13306/xizang?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai
+#        username: root
+#        password: 8f5z9g52gx4bg
+        url: jdbc:mysql://cd-cdb-mrjncn8m.sql.tencentcdb.com:20945/xizang?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&serverTimezone=Asia/Shanghai
+        username: xzgt
+        password: changyun!6f2gshj6h3j
       # 从库数据源
       slave:
         # 从数据源开关/默认关闭
@@ -199,7 +202,8 @@
     accessPath: /file/
     allowExt: .jpg|.png|.gif|.jpeg|.doc|.docx|.apk|.MP4|.mp4|.pdf|.PDF
   url:
-    prefix: http://localhost:${server.port}${server.servlet.context-path}
+#    prefix: http://localhost:${server.port}${server.servlet.context-path}
+    prefix: https://xzgt.test.591taxi.cn:${server.port}${server.servlet.context-path}
 wx:
   conf:
     appId: wxe91f1af7638aa5dd
@@ -230,8 +234,8 @@
 com:
   taxi591:
     bank:
-      cer-path: D:\workspaces\工作文件\畅云\农业银行\TrustPayTest.cer
+      cer-path: D:\workspaces\工作文件\畅云\农业银行\正式\TrustPay.cer
       base-url: http://hello.enjoy.abchina.com
       enable: true
-      keystore-password:
-      pfx-path: D:\workspaces\工作文件\畅云\农业银行\103882200000958.pfx
\ No newline at end of file
+      keystore-password: gggs6666
+      pfx-path: D:\workspaces\工作文件\畅云\农业银行\正式\103882597000441.pfx
\ No newline at end of file

--
Gitblit v1.7.1