A simple Rest Microservices built with Spring Cloud, Spring Boot and other Tech Stacks for the demo.
- Java 11
- Spring Boot
- Spring Web MVC
- Spring Cloud - Open Feign
- Spring Cloud - Netflix Eureka Server
- Spring Cloud Config Server
- Fault Tolerant with resilence4J (circuit breaker pattern)
- Spring Cloud API Gateway
- Apache Maven
To pull the latest docker image and start the containers-
$ docker-compose up -d
To stop all the containers-
$ docker-compose down
