Microservices demo using Spring Boot, Spring Cloud, Spring Cloud Config, Netflix (Eureka,Feign,Ribbon,Hystrix,Zuul,Turbine,) CloudFoundry (Pivotal Web Service), Docker, Docker Compose, Swagger, Spring Cloud Bus,RabitMQ
- You can build all the projects by running the
MvnPackageBuild.bat
at command prompt. - You can run all the microservices by running the
runMicroservices.bat
at command prompt.
- Open "Docker CLI" from the Kitematic UI and then execute Docker commands, Otherwise u may face TLS cert issue.
- Copy jars by running the
copyjars.cmd
at command prompt from inside docker-compose folder. - You can run all the microservices by running the following command.
docker-compose build docker-compose up -d docker-compose start
- Actuator URL : http:://localhost:8080/actuator
- Actuator points : actuator,mappings,trace,dump,autoconfig,health,info,logfile,metrics