Spring Boot - Async Processing
Why does this custom thread pool configuration cause a runtime error?
@Bean
public Executor taskExecutor() {
return Executors.newCachedThreadPool();
}
// Elsewhere @Async uses this executor
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions