jdk17 commit

This commit is contained in:
Eric
2026-02-09 13:29:54 +08:00
commit 167b0e02cf
292 changed files with 17485 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
framework:
lingniu:
redisson:
remote:
r1:
# 应用id需在cachecloud申请
redisAddresses: 10.130.36.242:6387
# 客户端名称,默认为应用名 + IP
clientName: ""
# 单节点 Redis 默认数据库,默认为 0
database: 0
# 连接池最小空闲连接数,默认为 12
connectionMinimumIdleSize: 12
# 连接池最大连接数,默认为 32
connectionPoolSize: 32
# 空闲连接超时时间(毫秒),默认为 10000
idleConnectionTimeout: 10000
# 连接超时时间(毫秒),默认为 2000
connectTimeout: 2000
# 操作超时时间(毫秒),默认为 2000
timeout: 2000
# 操作重试次数,默认为 4
retryAttempts: 4
# 集群模式下是否检查 Slots 覆盖,默认为 true
checkSlotsCoverage: true
# 读取模式,默认为 "SLAVE"
# 可选值:
# - SLAVE: 从节点读取
# - MASTER: 主节点读取
# - MASTER_SLAVE: 主从节点读取
readMode: "SLAVE"
# 存储类型,默认为 "CLUSTER"
# 可选值:
# - CLUSTER: 集群模式
# - SINGLE: 单节点模式
# - SENTINEL: 哨兵模式
# - REPLICATED: 复制模式
storageType: "CLUSTER"
# 实例名称
r2:
# 应用id需在cachecloud申请
redisAddresses: 10.130.36.242:6387
# 单节点 Redis 默认数据库,默认为 0
database: 0