java-tutorials/spring-cloud-modules/spring-cloud-bootstrap
kasramp ef2de84e4e JAVA-23096 revert slf4j and logback upgrades 2023-08-30 15:54:25 +02: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
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
order-service
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
pom.xml 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

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)