From 74912262cf5e0df6dc6fe98047904f733b050da1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Fri, 21 Jun 2024 08:39:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dredis=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- das/src/main/resources/application.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/das/src/main/resources/application.yml b/das/src/main/resources/application.yml index 160fef6a..74e58153 100644 --- a/das/src/main/resources/application.yml +++ b/das/src/main/resources/application.yml @@ -52,11 +52,11 @@ spring: # # redis相关配置 data: redis: - host: 127.0.0.1 - database: 0 - port: 6379 - password: - client-type: lettuce + host: 127.0.0.1 + database: 0 + port: 6379 + password: + client-type: lettuce # 配置 xml 文件所在位置 配置全局的 主键策略,默认为 ASSIGN_ID 默认为 【雪花算法】 , atuo 自增