Explorar o código

Merge remote-tracking branch 'origin/test' into test

zxa %!s(int64=3) %!d(string=hai) anos
pai
achega
4a0b2e37c7

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

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