From 562a960261b75d70abd65aa10528f09aeece94e8 Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期二, 24 九月 2024 09:49:23 +0800
Subject: [PATCH] 代码提交

---
 ruoyi-admin/src/main/resources/application.yml |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml
index f18d0ec..be3e019 100644
--- a/ruoyi-admin/src/main/resources/application.yml
+++ b/ruoyi-admin/src/main/resources/application.yml
@@ -18,7 +18,7 @@
 # 寮�鍙戠幆澧冮厤缃�
 server:
   # 鏈嶅姟鍣ㄧ殑HTTP绔彛锛岄粯璁や负8080
-  port: 8089
+  port: 8095
   servlet:
     # 搴旂敤鐨勮闂矾寰�
     context-path: /
@@ -71,14 +71,14 @@
       enabled: true
   # redis 閰嶇疆
   redis:
-    # 鍦板潃
-#    host: 127.0.0.1
-    # 绔彛锛岄粯璁や负6379
-#    port: 6379
-#    # 鍦板潃
-    host: 116.62.18.175
-#    # 绔彛锛岄粯璁や负6379
+    #    # 鍦板潃锛堜箟涔屼簩闄級
+    host: 127.0.0.1
     port: 6020
+
+    # 鍦板潃锛堝叕鍙革級
+    #    host: 116.62.18.175
+#    host: 192.168.1.10
+#    port: 6020
     # 鏁版嵁搴撶储寮�
     database: 0
     # 瀵嗙爜
@@ -95,7 +95,6 @@
         max-active: 8
         # #杩炴帴姹犳渶澶ч樆濉炵瓑寰呮椂闂达紙浣跨敤璐熷�艰〃绀烘病鏈夐檺鍒讹級
         max-wait: -1ms
-
 # minio鏂囦欢绠$悊杩炴帴
 minio:
   endpoint: http://192.168.1.4
@@ -112,7 +111,7 @@
   # 浠ょ墝瀵嗛挜
   secret: abcdefghijklmnopqrstuvwxyz
   # 浠ょ墝鏈夋晥鏈燂紙榛樿30鍒嗛挓锛�
-  expireTime: 30
+  expireTime: 120
 
 # MyBatis閰嶇疆
 mybatis:
@@ -122,6 +121,8 @@
   mapperLocations: classpath*:mapper/**/*Mapper.xml
   # 鍔犺浇鍏ㄥ眬鐨勯厤缃枃浠�
   configLocation: classpath:mybatis/mybatis-config.xml
+  configuration:
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 
 # PageHelper鍒嗛〉鎻掍欢
 pagehelper:

--
Gitblit v1.9.3