java-tutorials/spring-cloud/spring-cloud-bootstrap
Martin van Wingerden 0e23f2e682 [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
..
application-config [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
config [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
discovery [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
gateway [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
svc-book [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
svc-rating [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
zipkin [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
README.md [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +01:00
pom.xml [BAEL-3392] Formatted code examples for [BAEL-3392] 2019-11-01 09:24:05 +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)