This commit is contained in:
zds
2023-01-03 13:20:54 +08:00
parent 727b108c5a
commit 225ec45375

View File

@@ -9,24 +9,6 @@ spring:
redis:
repositories:
enabled: false
redisson:
# redis key前缀
keyPrefix:
# 线程池数量
threads: 4
# Netty线程池数量
nettyThreads: 8
# 单节点配置
singleServerConfig:
# 最小空闲连接数
connectionMinimumIdleSize: 8
# 连接池大小
connectionPoolSize: 32
# 连接空闲超时,单位:毫秒
idleConnectionTimeout: 10000
# 命令等待超时,单位:毫秒
timeout: 3000
#配置 Jpa
jpa:
hibernate: