java-tutorials/spring-cloud-modules/spring-cloud-bootstrap
timis1 de3aeccfe6
JAVA-30669 Upgrade spring-cloud-bootstrap/gateway-2 to latest versions (#15898)
2024-02-24 16:04:01 +02:00
..
application-config JAVA-24160 Review log statements for projects - Week 33 - 2023 2023-08-20 09:31:39 +03:00
config JAVA-27237 Review log statements for projects - Week 16 - 2023 (moved-13) (conti-1) 2023-11-05 23:28:32 +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-30669 Upgrade spring-cloud-bootstrap/gateway-2 to latest versions (#15898) 2024-02-24 16:04:01 +02:00
order-service [JAVA-29474] Replace commons-lang with commons-lang3 (#15514) 2024-01-03 22:21:49 +01: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
zipkin-log-svc-book JAVA-27245 - renamed modules. 2023-11-09 11:55:32 +01:00
zipkin-log-svc-rating JAVA-27245 - renamed modules. 2023-11-09 11:55:32 +01:00
README.md JAVA-27245 - renamed modules. 2023-11-09 11:55:32 +01:00
pom.xml JAVA-27245 - renamed modules. 2023-11-09 11:55:32 +01: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, zipkin-log-svc-book, zipkin-log-svc-rating, zipkin)