From 6d73c9367c81d91e6ccc84a9ef2ad9e1cf5f25ce Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 30 三月 2024 13:41:45 +0800
Subject: [PATCH] #
---
zy-asrs-wcs/src/main/resources/application.yml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/zy-asrs-wcs/src/main/resources/application.yml b/zy-asrs-wcs/src/main/resources/application.yml
index 73fc1d7..f9f4428 100644
--- a/zy-asrs-wcs/src/main/resources/application.yml
+++ b/zy-asrs-wcs/src/main/resources/application.yml
@@ -31,6 +31,11 @@
multipart:
maxFileSize: 100MB
maxRequestSize: 100MB
+ redis:
+ host: 127.0.0.1
+ port: 6379
+ database: 1
+ password:
mybatis-plus:
mapper-locations: classpath:mapper/*/*.xml
@@ -46,6 +51,7 @@
id-type: auto
logic-delete-value: 1
logic-not-delete-value: 0
+ column-format: "`%s`"
logging:
file:
--
Gitblit v1.9.1