Files
spring-soap/spring-cloud-modules/spring-cloud-bootstrap
Hamid Reza Sharifi d5ec0f41c6 #BAEL-3027:fix bug (#13553)
Co-authored-by: h_sharifi <h_sharifi@modernisc.com>
2023-03-05 13:41:44 +01:00
..
2023-03-05 13:41:44 +01:00
2023-03-05 13:41:44 +01:00
2023-03-05 13:41:44 +01:00

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)