Skip to content

A microservice demo project using JHipster 3.0 and applying Netflix Ribbon / Hystrix at service level

License

Notifications You must be signed in to change notification settings

xetys/jhipster-ribbon-hystrix

Repository files navigation

JHipster 3.0 Demo application with Netflix Ribbon and Hystrix

A microservice demo project using JHipster 3.0 and applying Netflix Ribbon / Hystrix at service level

What is in the box?

This is a project generated using JHipster containing:

  • a microservice application "foo" with a own Ribbon load balancer with Hystrix on top
  • a simple microservice application "bar"
  • a microservice gateway
  • and a docker compose project

How to run?

$ git clone git@github.com:xetys/jhipster-ribbon-hystrix.git
$ cd foo-service
$ ./gradlew build -Pprod -x test buildDocker
$ cd ../bar-service
$ ./gradlew build -Pprod -x test buildDocker
$ cd ../gateway
$ ./gradlew build -Pprod -x test buildDocker
$ cd ../docker
$ docker-compose up -d

Resources

About

A microservice demo project using JHipster 3.0 and applying Netflix Ribbon / Hystrix at service level

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published