Referential implementation for microservices chassis using Java and Spring Boot.
In order to have the chassis working properly, you should run the servers listed bellow.
You can download it here, with basic configuration setup for all other projects.
Run it with mvn spring-boot:run in console, or from your IDE.
Run Eureka server, for service discovery.
You can download one here.
Run it with mvn spring-boot:run in console, or from your IDE.
Run Spring Boot Admin Server, for service monitoring.
You can download one here.
Run it with mvn spring-boot:run in console, or from your IDE.
Run Zipkin server, for distributed tracing. In order to run server with Eureka enabled discovery client, refer here.
Download it from here.
Run it with mvn spring-boot:run in console, or from your IDE.