Bläddra i källkod

智能柜项目提交

skyline 2 månader sedan
förälder
incheckning
357c5262a9
1 ändrade filer med 19 tillägg och 18 borttagningar
  1. 19 18
      haha-miniapp/src/main/resources/application.yml

+ 19 - 18
haha-miniapp/src/main/resources/application.yml

@@ -19,24 +19,25 @@ spring:
       keepalive-time: 30000
 
   # Redis 配置
-  redis:
-      host: server.kuaiyuman.cn
-      port: 6379
-      password: KtXA^Zx!TZmLEy(@JjB@2(TVG0kdy5)&
-      database: 8
-      timeout: 10000
-      # 连接配置
-      lettuce:
-        pool:
-          max-active: 10
-          max-wait: 3000
-          max-idle: 8
-          min-idle: 2
-          time-between-eviction-runs: 30000
-        shutdown-timeout: 100
-        refresh:
-          period: 10000
-          min: 5000
+  data:
+    redis:
+        host: server.kuaiyuman.cn
+        port: 6379
+        password: KtXA^Zx!TZmLEy(@JjB@2(TVG0kdy5)&
+        database: 8
+        timeout: 10000
+        # 连接配置
+        lettuce:
+          pool:
+            max-active: 10
+            max-wait: 3000
+            max-idle: 8
+            min-idle: 2
+            time-between-eviction-runs: 30000
+          shutdown-timeout: 100
+          refresh:
+            period: 10000
+            min: 5000
 
   # 数据库初始化
   sql: