Commit f6b9e45752262446f311deef031f323d5091eaae

Authored by JEECG开源社区
Committed by Gitee
2 parents 7bf60339 160a4180

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

Merge pull request !55 from Mr Ge/N/A
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-test.yml
... ... @@ -147,7 +147,7 @@ spring:
147 147 host: 192.168.1.199
148 148 lettuce:
149 149 pool:
150   - max-active: 8 #最大连接数据库连接数,设 0 为没有限制
  150 + max-active: 8 #最大连接数据库连接数,设 -1 为没有限制
151 151 max-idle: 8 #最大等待连接中的数量,设 0 为没有限制
152 152 max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
153 153 min-idle: 0 #最小等待连接中的数量,设 0 为没有限制
... ...