java-tutorials/spring-cloud/spring-cloud-bootstrap
Alessio Stalla 0e3e7e9106 Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
..
application-config Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
config Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
discovery Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
gateway Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
svc-book Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
svc-rating Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
zipkin Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
README.md Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00
pom.xml Merge branch 'master' into BAEL-16633 2019-10-30 23:09:06 +01:00

README.md

Spring Cloud Bootstrap

This module contains articles about bootstrapping Spring Cloud applications

Relevant Articles:

Running the Project

  • To run the project:
    • copy the appliction-config folder to c:\Users{username}\ on Windows or /home/{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 discovery server
    • start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)