- Remove the README.md file

- Remove .gitignore
- Aggregate this module in the root pom.xml so that it is integrated into the automated builds.
This commit is contained in:
mthomas
2020-02-19 01:40:34 -06:00
parent d2706521f7
commit f24e92a512
3 changed files with 2 additions and 20 deletions

View File

@@ -1,12 +0,0 @@
RemoteSystemsTempFiles/
.classpath
.project
.settings/
bin/
.metadata/
docs/*.autosave
.recommenders/
build/
.gradle/
.DS_Store
.idea/

View File

@@ -1,7 +0,0 @@
## Spring Threads
This module contains articles about threading using thread pools, specifically Spring's ThreadPoolTaskExecutor
### Relevant Articles:
- [ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize](https://baeldung.com/threadpool-task-executor-corepoolsize-maxpoolsize)