java-tutorials/spring-cloud/spring-cloud-bootstrap
tschiman cb5e2ce8f1 BAEL-574 deleting commented out code 2017-02-15 20:31:45 -07:00
..
application-config BAEL-574 integrating zipkin into the cloud project 2017-02-12 15:55:20 -07:00
config minor boot upgrade 2017-02-10 10:13:14 +02:00
discovery minor boot upgrade 2017-02-10 10:13:14 +02:00
gateway BAEL-574 adding reporters as beans instead of config classes 2017-02-15 20:13:27 -07:00
svc-book BAEL-574 adding reporters as beans instead of config classes 2017-02-15 20:13:27 -07:00
svc-rating BAEL-574 adding reporters as beans instead of config classes 2017-02-15 20:13:27 -07:00
zipkin BAEL-574 deleting commented out code 2017-02-15 20:31:45 -07:00
README.MD BAEL-574 update the readme 2017-02-12 16:01:28 -07:00
pom.xml BAEL-574 integrating zipkin into the cloud project 2017-02-12 15:55:20 -07:00

README.MD

Relevant Articles:

  • Spring Cloud Bootstrapping

  • Spring Cloud Securing Services

  • To run the project:

    • copy the appliction-config folder to c:\Users{username}\ on Windows or /Users/{username}/ on *nix. Then open a git bash terminal in application-config and run:
      • git init
      • git add .
      • git commit -m "First commit"
    • start the config server
    • start the discover server
    • start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)