filmov
tv
Spring Boot Virtual threads kills the JVM | spring.main.keep-alive=true | Java Virtual Threads

Показать описание
With platform threads, a method annotated with @Scheduled keeps an empty Spring Boot application running. When virtual threads are enabled, this is no longer the case and the application stops once it has initialized.