From 382c9fa680114b16e5b6f1fef834f4be3268cd35 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期一, 26 十二月 2022 18:09:53 +0800 Subject: [PATCH] fix: 群消息查询 --- src/main/resources/application.yml | 16 ++++++++++++---- 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 85a0d04..bd2a932 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,6 +1,6 @@ # 绔彛鍙� server: - port: 8080 + port: 8888 # spring閰嶇疆 spring: @@ -25,12 +25,15 @@ servlet: multipart: max-file-size: 50MB + jackson: + date-format: yyyy-MM-dd HH:mm:ss + time-zone: GMT+8 # minio閰嶇疆 minio: - address: http://119.28.5.249:9000 - accessKey: minioadmin - secretKey: minioadmin + address: http://42.193.1.25:9000 + accessKey: satori + secretKey: 12345678 bucketName: img # mybatis閰嶇疆 @@ -42,3 +45,8 @@ field-strategy: NOT_NULL configuration: log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + +#灏忕▼搴� +wx: + appid: wx15ee01704b3c9dd0 + secret: a96eaee73d9de507d8412b7d2959b927 \ No newline at end of file -- Gitblit v1.8.0