From 550b137a758623610b23d788b53d8588bca0982f Mon Sep 17 00:00:00 2001 From: fanghongchao <601470458@qq.com> Date: Wed, 12 Dec 2018 15:33:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=87=8D=E5=A4=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index f575100..577c6b7 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -9,8 +9,6 @@ spring: test-on-borrow: true initial-size: 3 min-idle: 1 - max-active: 20 - test-on-borrow: true max-wait: 60000 time-between-eviction-runs-millis: 60000 min-evictable-idle-time-millis: 300000