spring:
data:
redis:
# Redis本地服务器地址,注意要开启redis服务,即那个redis-server.exe
host: 137.0.0.1
# Redis服务器端口,默认为6379.若有改动按改动后的来
port: 6379
# 连接超时时间(毫秒)
timeout: 5000
# 连接池
lettuce:
pool:
max-idle: 16
max-active: 32
min-idle: 8
SpringBoot3连接redis配置文件
于 2023-12-13 11:24:01 首次发布