From c74a6f59490cfb9a0ee37f70427739b74e7fbd58 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 20 五月 2026 08:50:29 +0800
Subject: [PATCH] 代码生成

---
 server/services/src/main/resources/application-test.yml |   29 +++++++++++++++++++++--------
 1 files changed, 21 insertions(+), 8 deletions(-)

diff --git a/server/services/src/main/resources/application-test.yml b/server/services/src/main/resources/application-test.yml
index c7019de..47a27e1 100644
--- a/server/services/src/main/resources/application-test.yml
+++ b/server/services/src/main/resources/application-test.yml
@@ -1,7 +1,7 @@
 spring:
   # 鏁版嵁婧愰厤缃�
   datasource:
-    url: jdbc:mysql://192.168.0.211:3306/jinkuai?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
+    url: jdbc:mysql://192.168.0.211:3306/gtzxinglijicun?useUnicode=true&characterEncoding=utf8&serverTimezone=Asia/Shanghai
     username: root
     password: Doumee@168
     driver-class-name: com.mysql.cj.jdbc.Driver
@@ -34,17 +34,21 @@
 #            enable: true
 #            required: true
   mail:
-    host: smtp.exmail.qq.com
-    username: jp@doumee.com
-    password: 2Jz9HFW2U7vRnCRu
+    host: smtp.qq.com
+    port: 465
+    username: 1171472578@qq.com
+    password: bxecisqcmdauibgb
     default-encoding: UTF-8
     properties:
       mail:
         smtp:
           auth: true
-        starttls:
-          enable: true
-          required: true
+          ssl:
+            enable: true
+            trust: smtp.qq.com
+            socketFactory:
+              class: javax.net.ssl.SSLSocketFactory
+              port: 465
 
 debug_model: true
 
@@ -83,6 +87,8 @@
     #mchKey: W97N53Q71326D6JZ2E9HY5M4VT4BAC8S
     notifyUrl: https://test.doumee.cn/jinkuai_admin/web/wxPayNotify
     refundNotifyUrl: https://test.doumee.cn/jinkuai_admin/web/wxRefundNotify
+    v3NotifyUrl: https://test.doumee.cn/jinkuai_admin/web/api/wxPayV3Notify
+    v3RefundNotifyUrl: https://test.doumee.cn/jinkuai_admin/web/api/wxRefundV3Notify
     keyPath: /usr/local/jars/payFile/apiclient_cert.p12
     privateCertPath: /usr/local/jars/payFile/apiclient_cert.pem
     privateKeyPath: /usr/local/jars/payFile/apiclient_key.pem
@@ -113,4 +119,11 @@
   type: blob
 
 qiwei:
-  serviceurl: https://qyapi.weixin.qq.com
\ No newline at end of file
+  serviceurl: https://qyapi.weixin.qq.com
+
+
+# 鑵捐鍦板浘apikey
+tencent_key: WE3BZ-HN6WS-ONDOH-62QCV-MNL6F-5NFNE
+
+# 楂樺痉鍦板浘apikey
+geocode_map_key:
\ No newline at end of file

--
Gitblit v1.9.3