Skip to content

Enable Virtual Thread in Spring Boot

Somkiat Puisungnoen edited this page May 18, 2026 · 1 revision

Enable Virtual Thread

  • Java 21+

File application.properties

spring.threads.virtual.enabled=true

Clone this wiki locally