mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 06:51:09 +00:00
chore: spring frameworkの仮想スレッド機能を有効化
This commit is contained in:
@@ -37,6 +37,9 @@ spring:
|
|||||||
h2:
|
h2:
|
||||||
console:
|
console:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
threads:
|
||||||
|
virtual:
|
||||||
|
enabled: true
|
||||||
server:
|
server:
|
||||||
tomcat:
|
tomcat:
|
||||||
basedir: tomcat
|
basedir: tomcat
|
||||||
@@ -44,4 +47,4 @@ server:
|
|||||||
enabled: true
|
enabled: true
|
||||||
max-http-form-post-size: 40MB
|
max-http-form-post-size: 40MB
|
||||||
max-swallow-size: 40MB
|
max-swallow-size: 40MB
|
||||||
port: 8081
|
port: 8081
|
||||||
Reference in New Issue
Block a user