In this series, I will write short tutorials and tips for Java environment including Spring Boot, Spring Cloud, microservices, testing. First one will be about terminating executor services. Shutting down executor service gracefully Executor services are important part of multi-threaded applications. They let you easily execute your tasks concurrently with…