From eb73160dca035ca64aa5fc777b437682c0fe6dc8 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期三, 27 三月 2024 14:49:48 +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