- 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:
parent
ab2ef65698
commit
70e90bf9bd
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
RemoteSystemsTempFiles/
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
bin/
|
||||
.metadata/
|
||||
docs/*.autosave
|
||||
.recommenders/
|
||||
build/
|
||||
.gradle/
|
||||
.DS_Store
|
||||
.idea/
|
|
@ -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)
|
||||
|
Loading…
Reference in New Issue