java-tutorials/spring-cloud/spring-cloud-bootstrap
Loredana Crusoveanu 5248012a8a Merge pull request #9649 from eugenp/lor6-patch-1
Update README.md
2020-07-07 15:39:41 +03:00
..
application-config
config
customer-service Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
discovery
gateway
order-service Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00
svc-book
svc-rating
zipkin
README.md
pom.xml Revert "BAEL-4134" 2020-07-07 14:18:10 +03:00

README.md

Spring Cloud Bootstrap

This module contains articles about bootstrapping Spring Cloud applications

Relevant Articles:

Running the Project

  • First, you need a redis server running on the default port
  • 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)