java-tutorials/spring-cloud-modules/spring-cloud-bootstrap
Dhawal Kapil 111532dc4a Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231)
This reverts commit 4c153707aa.
2023-01-03 00:02:26 +05:30
..
application-config Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
config Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
customer-service Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
discovery Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
gateway Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
order-service Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
svc-book Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
svc-rating Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
zipkin Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
README.md Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
pom.xml Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30

README.md

Guide to Microservices: with Spring Boot and Spring Cloud Ebook

This module contains articles about bootstrapping Spring Cloud applications that are part of the Guide to Microservices: with Spring Boot and Spring Cloud Ebook.

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)