Spring Boot solution to demonstrate its microservices capabilities!
This project uses maven as the build tool. Use following command to build the project.
- mvn clean install
- ./mvnw spring-boot:run
- Navigate to http://localhost:8080/limits-service/ on your browser
- Or
curl localhost:8080
on command line - Play around!