Skip to content

higorcoliveira/voting-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

About this project

This project is a demo that contains three small microservices with fault tolerance provided by Resillience4j and service discovery provided by Consul.

Consul

After install Consul, execute the following command (on a Linux machine):

  • nohup consul agent -server=true -bootstrap=true -ui -client=0.0.0.0 -bind=192.168.0.23 -data-dir=/tmp/consul &

It's necessary to change the IP address to your local IP.

Spring Boot

To start Spring Boot, you gonna need:

Microservices

Vote

  • Start using the runner or your IDE

Red

  • Start using the runner or your IDE

Blue

  • Start using the runner or your IDE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages