update jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml.

This commit is contained in:
Mr Ge 2021-05-23 21:35:28 +08:00 committed by Gitee
parent 7bf60339b0
commit 160a4180f1
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ spring:
host: 192.168.1.199
lettuce:
pool:
max-active: 8 #最大连接数据库连接数,设 0 为没有限制
max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
min-idle: 0 #最小等待连接中的数量,设 0 为没有限制