From 13c0e173eeaede98217ecca45f09c74a863f3175 Mon Sep 17 00:00:00 2001
From: baizonghao <1719256278@qq.com>
Date: 星期二, 21 三月 2023 14:46:45 +0800
Subject: [PATCH] ok

---
 src/main/resources/application.yml |   22 +++++++++++++++-------
 1 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c9fb515..98c89a0 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -6,9 +6,9 @@
 spring:
   # 鏁版嵁婧愰厤缃�
   datasource:
-    url: jdbc:mysql://42.193.1.25:3306/qyjz?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
+    url: jdbc:mysql://221.237.182.28:19002/qyjz?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai
     username: root
-    password: 321$YcYl@1970!
+    password: 234#Wersdf!
     driverClassName: com.mysql.cj.jdbc.Driver
     type: com.zaxxer.hikari.HikariDataSource
     # 鏁版嵁搴撹繛鎺ユ睜閰嶇疆
@@ -31,10 +31,11 @@
 
 # minio閰嶇疆
 minio:
-  address: http://119.28.5.249:9000
-  accessKey: minioadmin
-  secretKey: minioadmin
+  address: http://221.237.182.28:19000
+  accessKey: admin
+  secretKey: 234#Wersdf!
   bucketName: img
+  url: 221.237.182.28:19000/minio/
 
 # mybatis閰嶇疆
 mybatis-plus:
@@ -43,5 +44,12 @@
     db-config:
       id-type: auto
       field-strategy: NOT_NULL
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
+
+logging:
+  level:
+    com.example.jz: debug
+
+#灏忕▼搴�
+wx:
+  appid: wxd7bb3a22cfb97aaa
+  secret: 0d08a9dfe83749d65aea9a0ad3a23b5a
\ No newline at end of file

--
Gitblit v1.8.0