java-tutorials/spring-cloud/spring-cloud-bootstrap
sampadawagde 776e3ca7c8 JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
..
application-config Merge pull request #8125 from eugenp/revert-8119-BAEL-3275-2 2019-10-31 20:43:47 -05:00
config JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
customer-service JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
discovery JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
gateway JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
order-service JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
svc-book JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
svc-rating JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
zipkin JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30
README.md Update README.md 2020-07-21 21:38:50 +08:00
pom.xml JAVA-5409: Fix formatting of POMs (Spring Cloud - Part 1) 2021-05-14 17:43:24 +05:30

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)