diff --git a/spring-threads/README.md b/spring-threads/README.md index 7f4ee1d6a1..72543ae4ff 100644 --- a/spring-threads/README.md +++ b/spring-threads/README.md @@ -1,10 +1,7 @@ ## Spring Threads -This module contains articles about threading using threads, specifically Spring's ThreadPoolTaskExecutor +This module contains articles about threading using thread pools, specifically Spring's ThreadPoolTaskExecutor ### Relevant Articles: -- [Introduction to Thread Pools in Java](https://www.baeldung.com/thread-pool-java-and-guava) -- [How To Do @Async in Spring](https://www.baeldung.com/spring-async) -- [A Guide to the Spring Task Scheduler](https://www.baeldung.com/spring-task-scheduler) -- [A Guide to the Java ExecutorService](https://www.baeldung.com/java-executor-service-tutorial) +- [ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize – What’s the Difference?](https://baeldung.com/threadpool-task-executor-corepoolsize-maxpoolsize)