Overview
In this project, we demo how to use Spring Retry to handle the failure while making calls to other services or DB services.
Step 1 - Download the Code from Github
Step 2 - Build the code with gradlew command
./gradlew clean build
Step 3 - Run the application java -jar .\build\libs\spring-retry-demo-0.0.1-SNAPSHOT.jar
Step 4 - Launch the application url
Step 5 - Check the logs
For detail explanation of this project check this blog - https://www.rajeshbhojwani.co.in/2018/11/spring-retry-way-to-handle-failures.html