VirtualThread

This commit is contained in:
2025-06-17 17:09:34 +08:00
parent 5f8c4fd6e6
commit 7d6c87cc74
8 changed files with 17 additions and 11 deletions

View File

@@ -31,6 +31,9 @@ spring:
multipart:
max-file-size: 500MB
max-request-size: 500MB
threads:
virtual:
enabled: true
web:
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/

View File

@@ -35,6 +35,9 @@ spring:
multipart:
max-file-size: 500MB
max-request-size: 500MB
threads:
virtual:
enabled: true
web:
resources:
static-locations: classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/