A simple project to kickstart your spring boot and count down latch journey
Note: In testing
- Run the application by using any idea of your choice (example VSCode)
- By using postman or any other testing application you can check the validity of the application. Paste the following info accordingly Endpoint : GET http://localhost:8080/service
- Sample Response
- Success
- Check console log for
- This is thread1
- This is thread2
- This is thread3
- Count Down Latch Successful