From 4b205c1e0cb5c93cc680657b17d4cedaeba2b2dd Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Sun, 4 Feb 2024 16:17:46 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20spring=20framework=E3=81=AE=E4=BB=AE?= =?UTF-8?q?=E6=83=B3=E3=82=B9=E3=83=AC=E3=83=83=E3=83=89=E6=A9=9F=E8=83=BD?= =?UTF-8?q?=E3=82=92=E6=9C=89=E5=8A=B9=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 2208876e..87da1774 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -37,6 +37,9 @@ spring: h2: console: enabled: true + threads: + virtual: + enabled: true server: tomcat: basedir: tomcat @@ -44,4 +47,4 @@ server: enabled: true max-http-form-post-size: 40MB max-swallow-size: 40MB - port: 8081 + port: 8081 \ No newline at end of file