###Spring boot retry demo
This program is written using the spring boot framework, which stores some basic data at the start of the program in the h2 database. and client application for retry logic
my website: https://alirezaalijani.ir
- Start Learning spring retry
- Using Spring h2 database
- Using Spring Multi Module Project
- maven : How to use or Download
- java 11 or higher
- go to project folder module "web-service"
- start by spring-boot-maven-plugin
mvn spring-boot:run
- go to project folder module "client-service"
- start by spring-boot-maven-plugin
mvn spring-boot:run
- web service module start on port 8080 and client module start on port 8081. you can see the console for retry actions.
- command to create jar file in each module
mvn clean install
- end