From 35baa39723180e0de2350b5b2287b1846dabaf58 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期四, 28 九月 2023 10:48:20 +0800 Subject: [PATCH] 分模块 --- server/services/src/main/resources/application-dev.yml | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/server/src/main/resources/application-dev.yml b/server/services/src/main/resources/application-dev.yml similarity index 68% rename from server/src/main/resources/application-dev.yml rename to server/services/src/main/resources/application-dev.yml index c8a78a1..b783443 100644 --- a/server/src/main/resources/application-dev.yml +++ b/server/services/src/main/resources/application-dev.yml @@ -1,7 +1,3 @@ -# WEB鏈嶅姟鍣ㄩ厤缃� -server: - port: 10012 - spring: # 鏁版嵁婧愰厤缃� datasource: @@ -43,3 +39,19 @@ enabled: true # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧� redirect-uri: / + +########################寰俊鏀粯鐩稿叧閰嶇疆######################## +wx: + pay: + appId: wx6b8c6d9df01fbe1e + appSecret: 8ae8fbe2e4b9866439a87d64a42b9214 + mchId: 1229817002 + mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM + notifyUrl: https://dmtest.ahapp.net/martempo_interface/web/api/wxPayNotify + keyPath: /usr/local/apiclient_cert.p12 + +tencent: + map: + remoteHost: https://apis.map.qq.com + appKey: 3AYBZ-I5R3V-2BVP3-UWBDQ-ETBM5-B2BBQ + -- Gitblit v1.9.3