Skip to content

A demo that makes use of the spring cloud stack including hystrix, zipkin, eureka, streams, config, feign and spring admin

Notifications You must be signed in to change notification settings

waeljammal/spring-cloud-hystrix-zipkin-eureka-admin-demo

Repository files navigation

Usage Instructions

Preparation:

For local Spring cloud config will load it's configuration from the poc-ground-config directory.

Local Development:

If you just want to run the project from the command line you can use the following steps:

  • mvn package
  • docker-compose -f docker-compose-all.yml up -d --build

Using an IDE:

If you would like to use an ide make sure you start up the docker-compose.yml file first.

You can open the project in an IDE like InteliJ and start up the following services in the given order first:

  • grd-discovery
  • grd-config
  • all the other services and support app's

Support URL's:

API:

curl -X GET
http://localhost:8765/user/profile
-H 'cache-control: no-cache'
-H 'content-type: application/json'

About

A demo that makes use of the spring cloud stack including hystrix, zipkin, eureka, streams, config, feign and spring admin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published