From af26fb95d7f6bc9776c79658f37e00ff26605bc6 Mon Sep 17 00:00:00 2001 From: Tom Li Date: Mon, 1 Dec 2025 17:07:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8JDK21=EF=BC=8C=E5=BC=80?= =?UTF-8?q?=E5=90=AF=E8=99=9A=E6=8B=9F=E7=BA=BF=E7=A8=8B=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index d358673..cc63236 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -47,6 +47,10 @@ spring: exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*' session-stat-enable: true session-stat-max-count: 10 + threads: + virtual: + # 使用JDK21,开启虚拟线程。 + enabled: true # mybatis mybatis-plus: