From 257507122150b6105a0b9fd9c022015493063c99 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期六, 15 三月 2025 09:56:56 +0800
Subject: [PATCH] 单点登录调整

---
 ruoyi-admin/src/main/resources/application-test.yml |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-test.yml b/ruoyi-admin/src/main/resources/application-test.yml
index 183b9a1..560cdd9 100644
--- a/ruoyi-admin/src/main/resources/application-test.yml
+++ b/ruoyi-admin/src/main/resources/application-test.yml
@@ -8,7 +8,7 @@
     druid:
       # 涓诲簱鏁版嵁婧�
       master:
-        url: jdbc:mysql://localhost:3306/center-lims-dz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
+        url: jdbc:mysql://10.16.173.59:3306/center-lims-dz?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
         username: root
         password: zttZTT123!
 
@@ -99,18 +99,25 @@
     cache-enabled: false
     log-impl: # org.apache.ibatis.logging.stdout.StdOutImpl
 
+# 鏃ュ織閰嶇疆
+logging:
+  file-location: /center-lims/Java
+  level:
+    com.ruoyi: info
+    org.springframework: warn
+
 # Swagger閰嶇疆
 swagger:
   # 鏄惁寮�鍚痵wagger
   enabled: true
 
-#minio:
-#  endpoint: http://114.132.189.42/
-#  port: 7019
-#  secure: false
-#  accessKey: admin
-#  secretKey: 12345678
-#  preview-expiry: 24 # 棰勮鍦板潃榛樿24灏忔椂
+minio:
+  endpoint: http://114.132.189.42/
+  port: 7019
+  secure: false
+  accessKey: admin
+  secretKey: 12345678
+  preview-expiry: 24 # 棰勮鍦板潃榛樿24灏忔椂
 
 # 鐓х墖瀛樺偍璺緞+++++++++++++++++++++++++++杩愮淮闇�瑕侀厤缃�+++++++++++++++++++++++++++
 file:

--
Gitblit v1.9.3