Merge remote-tracking branch 'origin/test' into es_release_0.1

This commit is contained in:
Tankaikai 2025-01-15 16:00:46 +08:00
commit 3efa643d82
4 changed files with 40 additions and 13 deletions

View File

@ -28,6 +28,19 @@ max-lifetime: 30000
connection-timeout: 30000
spring:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
host: 47.122.26.160 # Redis服务器地址
port: 6379
password: 222222 # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接
# sharding-jdbc 配置
shardingsphere:
# 显示sharding-jdbc改写的sql语句

View File

@ -29,6 +29,19 @@ max-lifetime: 30000
connection-timeout: 30000
spring:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
host: 47.122.73.144 # Redis服务器地址
port: 6379
password: 222222 # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接
# sharding-jdbc 配置
shardingsphere:
# 显示sharding-jdbc改写的sql语句

View File

@ -28,6 +28,19 @@ max-lifetime: 30000
connection-timeout: 30000
spring:
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
host: 127.0.0.1 # Redis服务器地址
port: 6379
password: 222222 # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接
# sharding-jdbc 配置
shardingsphere:
# 显示sharding-jdbc改写的sql语句

View File

@ -25,19 +25,7 @@ spring:
max-file-size: 10240MB
max-request-size: 10240MB
enabled: true
redis:
open: true # 是否开启redis缓存 true开启 false关闭
database: 0
host: 127.0.0.1 # Redis服务器地址
port: 6379
password: 111111 # 密码(默认为空)
timeout: 6000ms # 连接超时时长(毫秒)
jedis:
pool:
max-active: 1000 # 连接池最大连接数(使用负值表示没有限制)
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
max-idle: 10 # 连接池中的最大空闲连接
min-idle: 5 # 连接池中的最小空闲连接
mvc:
throw-exception-if-no-handler-found: true
# pathmatch: