From 43db8d016dc5079da163c02a6e7d63185c78b3af Mon Sep 17 00:00:00 2001 From: k94314517 <8417338+k94314517@user.noreply.gitee.com> Date: 星期五, 28 六月 2024 09:46:05 +0800 Subject: [PATCH] 代码初始化 --- server/meeting/meeting_service/src/main/resources/application-test.yml | 49 +++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 47 insertions(+), 2 deletions(-) diff --git a/server/meeting/meeting_service/src/main/resources/application-test.yml b/server/meeting/meeting_service/src/main/resources/application-test.yml index e866548..05b003f 100644 --- a/server/meeting/meeting_service/src/main/resources/application-test.yml +++ b/server/meeting/meeting_service/src/main/resources/application-test.yml @@ -7,13 +7,23 @@ driver-class-name: com.mysql.cj.jdbc.Driver type: com.alibaba.druid.pool.DruidDataSource + jackson: + time-zone: GMT+8 + date-format: yyyy-MM-dd HH:mm:ss +#rocketmq: +# namesrvAddr: rmq-cn-pe335rcnn06.cn-shanghai.rmq.aliyuncs.com:8080 +# groupId: GID-wakatest +# topic: waka-test +# username: 4derRb4Sw5EkqUMI +# password: v50N97wf4av8Q8I4 +# #knife4j: # enable: true # basic: # enable: true # username: admin -# password: test@168.com +# password: 111111 debug_model: true @@ -26,4 +36,39 @@ description: ${project.name}鎺ュ彛鏂囨。 enabled: true # 绂佺敤swagger鏃剁殑閲嶅畾鍚戝湴鍧� - redirect-uri: / \ No newline at end of file + redirect-uri: / + +########################寰俊鏀粯鐩稿叧閰嶇疆######################## +wx: + pay: + appId: wxfab6da18632e28de + appSecret: 4ee3b22afa90287834319fc3c1635271 + mchId: 1229817002 + mchKey: u4TSNtv0wFP7WRfnxBgijYOtRhS9FvlM + notifyUrl: https://dmtest.ahapp.net/smartmeeting_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 + + +########################瀹氭椂寮�鍚厤缃�######################## +timing: true + +des_pwd: 123456SDFKDJF + +## MQTT## +mqtt: + host: tcp://192.168.10.198:1883 + userName: root + passWord: 123456 + qos: 1 + clientId: ClientId_local #ClientId_local蹇呴』鍞竴 姣斿浣犲凡缁忓畾浜嗗彨ABC 閭d綘灏变竴鐩村彨ABC 鍏朵粬鍦版柟灏变笉瑕佷娇鐢ˋBC浜� + timeout: 10 + keepalive: 20 + topic1: A/pick/warn/# #绗﹀彿鏄唬琛ㄦ暣涓獁arn涓嬮潰鐨勫叏閮ㄥ瓙涓婚 娌℃湁鐞嗚В鐨勮瘽 鍙互鐧惧害浠旂粏鐞嗚В涓�涓� + topic2: A/cmd/resp + topic3: ABCF + topic4: ABCH -- Gitblit v1.9.3