java-tutorials/spring-cloud-modules/spring-cloud-bootstrap
Loredana Crusoveanu bc83cc6616 Merge pull request #14564 from anastasiosioannidis/JAVA-13321
JAVA-13321 Added new gateway module to existing microservices e-book
2023-10-05 11:43:59 +03:00
..
application-config JAVA-24160 Review log statements for projects - Week 33 - 2023 2023-08-20 09:31:39 +03:00
config JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02:00
customer-service Revert "Java 16013 Add suffix legacy to spring-cloud-bootstrap module (#13218)" (#13231) 2023-01-03 00:02:26 +05:30
discovery JAVA-17164 update config and discovery services to use Spring Boot 2.7.X (#13967) 2023-05-31 14:40:49 +03:00
gateway JAVA-17164 update config and discovery services to use Spring Boot 2.7.X (#13967) 2023-05-31 14:40:49 +03:00
gateway-2 JAVA-13321 Clean up 2023-09-28 11:49:20 +03:00
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 JAVA-17164 update config and discovery services to use Spring Boot 2.7.X (#13967) 2023-05-31 14:40:49 +03:00
svc-rating JAVA-17164 update config and discovery services to use Spring Boot 2.7.X (#13967) 2023-05-31 14:40:49 +03:00
zipkin JAVA-17164 update config and discovery services to use Spring Boot 2.7.X (#13967) 2023-05-31 14:40:49 +03:00
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 JAVA-13321 Added new gateway module to existing microservices e-book 2023-08-10 14:55:38 +03:00

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)