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