修复redis配置

This commit is contained in:
谷成伟 2024-06-21 08:39:07 +08:00
parent 5ec97d6f97
commit 74912262cf

View File

@ -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 自增