We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i hope add a executors in spring-boot-autoconfigure , i can config the thread pool in application.properties.
The text was updated successfully, but these errors were encountered:
Duplicates #5082
@sunlin901203 if you want to understand how to configure a thread pool using Spring Boot, please consider asking on StackOverflow.
Sorry, something went wrong.
@snicoll you mean use @scheduled or <task:scheduler id="scheduler" pool-size="2"/> to config thread pool?
No branches or pull requests
i hope add a executors in spring-boot-autoconfigure , i can config the thread pool in application.properties.
The text was updated successfully, but these errors were encountered: