Commit 1dbb4e1a0ceea2f46b05e5611ab44bad11b55ead

Authored by JEECG开源社区
Committed by Gitee
2 parents f6b9e457 f9393533

!54 update jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml.

Merge pull request !54 from Mr Ge/N/A
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
... ... @@ -147,7 +147,7 @@ spring:
147 147 host: 127.0.0.1
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 为没有限制
... ...