From b680856aa7a5c7225fae1ea81f2706f10437f373 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期五, 23 十二月 2022 10:45:00 +0800
Subject: [PATCH] fix: msg不允许为空
---
src/main/resources/application.yml | 15 ++++++++++-----
1 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c9fb515..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:
@@ -31,9 +31,9 @@
# 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閰嶇疆
@@ -44,4 +44,9 @@
id-type: auto
field-strategy: NOT_NULL
configuration:
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
+ log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+
+#灏忕▼搴�
+wx:
+ appid: wx15ee01704b3c9dd0
+ secret: a96eaee73d9de507d8412b7d2959b927
\ No newline at end of file
--
Gitblit v1.8.0