Fix README.md links to articles on thread pools and Spring
This commit is contained in:
parent
a0bd20a937
commit
88519178e0
|
@ -1,10 +1,7 @@
|
||||||
## Spring Threads
|
## 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:
|
### Relevant Articles:
|
||||||
- [Introduction to Thread Pools in Java](https://www.baeldung.com/thread-pool-java-and-guava)
|
- [ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize – What’s the Difference?](https://baeldung.com/threadpool-task-executor-corepoolsize-maxpoolsize)
|
||||||
- [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)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue