- 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 ab2ef65698
commit 70e90bf9bd
3 changed files with 2 additions and 20 deletions

View File

@ -641,7 +641,7 @@
<module>spring-boot-parent</module>
<module>spring-boot-rest</module>
<module>spring-boot-security</module>
<module>spring-caching</module>
<module>spring-cloud</module>
@ -728,6 +728,7 @@
<module>spring-static-resources</module>
<module>spring-swagger-codegen</module>
<module>spring-threads</module>
<module>spring-thymeleaf</module>
<module>spring-thymeleaf-2</module>

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)