mirror of https://github.com/usbharu/Hideout.git
chore: spring frameworkの仮想スレッド機能を有効化
This commit is contained in:
parent
54224a9d56
commit
4b205c1e0c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue