From fa3e8d742b520a2241e60fb0fe541cc0fcc49a5e Mon Sep 17 00:00:00 2001 From: HuangHuiKang Date: Wed, 11 Feb 2026 14:56:30 +0800 Subject: [PATCH] =?UTF-8?q?perf:=E5=87=8F=E5=B0=91=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-server/src/main/resources/application-prod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-server/src/main/resources/application-prod.yaml b/yudao-server/src/main/resources/application-prod.yaml index 01b2991a2..ec0cb602e 100644 --- a/yudao-server/src/main/resources/application-prod.yaml +++ b/yudao-server/src/main/resources/application-prod.yaml @@ -67,7 +67,7 @@ spring: max-wait: 30000 # 缩短等待时间 time-between-eviction-runs-millis: 60000 min-evictable-idle-time-millis: 300000 - validation-query: SELECT SERVER_STATUS() + validation-query: SELECT 1 test-while-idle: true test-on-borrow: false test-on-return: false