Is there a standard built-in Spring Boot configuration parameter to tell whether to use virtual threads or platform threads for rest controller?
Or is the only way to create configuration beans, like described e.g. here https://www.baeldung.com/spring-6-virtual-threads?
spring.threads.virtual.enabled=true
. – Nickel