From ea62e6166af2e377329f14c5da9e356aaad206ac Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Sat, 4 Jul 2026 08:59:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=2020260704=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=B1=A0=E6=8A=9B=E5=BC=83=E6=96=AD=E8=BF=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 9bdcba8..c0b6fc7 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -66,7 +66,7 @@ spring: keep-alive: true # 启用连接保活(主动发送心跳) keep-alive-between-time-millis: 600000 # 保活检测间隔 10 分钟(务必小于 2 小时) min-evictable-idle-time-millis: 300000 - test-on-borrow: false + test-on-borrow: true test-on-return: false initial-size: 10 min-idle: 10