Skip to content

stanislavgrujic/microservices-chassis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Referential implementation for microservices chassis using Java and Spring Boot.

How to run

In order to have the chassis working properly, you should run the servers listed bellow.

Config server

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.

Eureka server

Run Eureka server, for service discovery. You can download one here. Run it with mvn spring-boot:run in console, or from your IDE.

Spring Boot Admin Server

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.

Zipkin server

Run Zipkin server, for distributed tracing. In order to run server with Eureka enabled discovery client, refer here.

Pong application

Download it from here. Run it with mvn spring-boot:run in console, or from your IDE.

About

Referential implementation for microservices chassis using Java and Spring Boot.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages