java-tutorials/spring-cloud/spring-cloud-bootstrap
Krzysztof Majewski 3453b7a18b BAEL-2513 2019-10-30 13:51:17 +01:00
..
application-config BAEL-2513 2019-10-30 13:51:17 +01:00
config BAEL-2513 2019-10-30 13:51:17 +01:00
discovery BAEL-2513 2019-10-30 13:51:17 +01:00
gateway BAEL-2513 2019-10-30 13:51:17 +01:00
svc-book BAEL-2513 2019-10-30 13:51:17 +01:00
svc-rating BAEL-2513 2019-10-30 13:51:17 +01:00
zipkin BAEL-2513 2019-10-30 13:51:17 +01:00
README.md BAEL-2513 2019-10-30 13:51:17 +01:00
pom.xml BAEL-2513 2019-10-30 13:51:17 +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)