From 6ba30e4904fa1b42d0bc6d04c9f4edc235aeaefe Mon Sep 17 00:00:00 2001 From: TheWhiteDog9487 Date: Mon, 11 Aug 2025 16:33:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E7=A8=8B=EF=BC=8C=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index dfef43d..1536dc0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,5 +1,8 @@ spring: application: name: WebAPI + threads: + virtual: + enabled: true server: port: 36987 \ No newline at end of file