intermediateVirtual Threads & GraalVM
How do you enable Virtual Threads in Spring Boot 3.2+?
Set `spring.threads.virtual.enabled=true` in application.properties — Spring Boot auto-configures Tomcat and the @Async task executor to run on virtual threads, with no code changes needed for typical blocking Spring MVC code.
This is a Pro question
Sign in, then upgrade to Pro or Power to unlock this question and the full Interview Prep bank.
How do you enable Virtual Threads in Spring Boot 3.2+?