From ac4341ea6b66ae02427d39d35f41d42d78b2eb2e Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期五, 14 二月 2025 10:08:32 +0800
Subject: [PATCH] #

---
 zy-asrs-wms/src/main/resources/application.yml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/zy-asrs-wms/src/main/resources/application.yml b/zy-asrs-wms/src/main/resources/application.yml
index ac88949..2961220 100644
--- a/zy-asrs-wms/src/main/resources/application.yml
+++ b/zy-asrs-wms/src/main/resources/application.yml
@@ -26,6 +26,11 @@
     multipart:
       maxFileSize: 100MB
       maxRequestSize: 100MB
+  redis:
+    host: 127.0.0.1
+    port: 6379
+    database: 6
+  #    password: 123456
 
 mybatis-plus:
   mapper-locations: classpath:mapper/*/*.xml
@@ -58,4 +63,8 @@
   publicAlias: publicCert
   storePass: public_zhongyang_123456789
   licensePath: license.lic
-  publicKeysStorePath: publicCerts.keystore
\ No newline at end of file
+  publicKeysStorePath: publicCerts.keystore
+
+#鎺ュ彛缂撳瓨
+system:
+  enableCache: true
\ No newline at end of file

--
Gitblit v1.9.1