From 79de2b0d63b83c7558f3520c5b0846360779a7ba Mon Sep 17 00:00:00 2001 From: xuthus Date: Thu, 7 Jul 2022 09:22:26 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/main/resources/application.yml.=20?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=85=AC=E4=BC=97=E5=8F=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c4206ce..efa977a 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,15 +1,15 @@ server: - # 服务器的HTTP端口,默认为80 + # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负80 port: 8180 servlet: - # 应用的访问路径 + # 搴旂敤鐨勮闂矾寰 context-path: / wx: mp: useRedis: false - appId: wxf24dd38616f55254 # 第一个公众号的appid - secret: 9bdccadd300eab2f83da193726d1e11a # 公众号的appsecret - token: 111 # 接口配置里的Token值 - aesKey: 111 # 接口配置里的EncodingAESKey值 \ No newline at end of file + appId: # 绗竴涓叕浼楀彿鐨刟ppid + secret: # 鍏紬鍙风殑appsecret + token: 111 # 鎺ュ彛閰嶇疆閲岀殑Token鍊 + aesKey: 111 # 鎺ュ彛閰嶇疆閲岀殑EncodingAESKey鍊 \ No newline at end of file