From cc3ddfda6bfb9a2aa0cd55073e8864320daf1f20 Mon Sep 17 00:00:00 2001
From: zhangfeng <1603559716@qq.com>
Date: 星期四, 27 七月 2023 14:13:38 +0800
Subject: [PATCH] bug修改

---
 src/main/resources/application.yml |   33 ++++++++++++++++-----------------
 1 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index 634e0e4..b70fc9d 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,3 +1,4 @@
+
 # mysql 多数据源
 spring:
   application:
@@ -10,22 +11,21 @@
 #    active: test-local
 
   #redis
-  redis:
-    database: 0
-    host: 10.187.1.202
-    port: 6379
-    password: ZhongtaiRedis@103
-    redisson:
-      pool:
-        max-active: 12
-        min-idle: 6
-
-    jedis:
-      pool:
-        max-idle: 8
-        max-active: 8
-        max-wait: -1ms
-        min-idle: 1
+#  redis:
+#    database: 0
+#    host: 10.187.1.202
+#    port: 6379
+#    password: ZhongtaiRedis@103
+#    redisson:
+#      pool:
+#        max-active: 12
+#        min-idle: 6
+#    jedis:
+#      pool:
+#        max-idle: 8
+#        max-active: 8
+#        max-wait: -1ms
+#        min-idle: 1
   #security
   security:
     user:
@@ -62,7 +62,6 @@
   corePoolSize: 20
   maxPoolSize: 20
   queueCapacity: 10000
-
 logging:
   level:
     com.gk.hotwork: info

--
Gitblit v1.9.2