java-tutorials/spring-cloud-modules/spring-cloud-bootstrap
timis1 cc90a0b8bb
JAVA-31057 Check if large files can be removed (#16278)
* JAVA-31057 Check if large files can be removed

* JAVA-31057 Remove un-needed files from spring boot telegram

---------

Co-authored-by: timis1 <noreplay@yahoo.com>
2024-04-04 23:24:46 +02:00
..
application-config JAVA-24160 Review log statements for projects - Week 33 - 2023 2023-08-20 09:31:39 +03:00
config JAVA-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02:00
customer-service JAVA-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02:00
discovery JAVA-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02:00
gateway JAVA-31057 Check if large files can be removed (#16278) 2024-04-04 23:24:46 +02: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-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02: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-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02:00
zipkin-log-svc-rating JAVA-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02:00
README.md JAVA-27245 - renamed modules. 2023-11-09 11:55:32 +01:00
pom.xml JAVA-26572 :- Upgrade Spring Cloud – Bootstrapping to Spring Cloud latest versions (#16014) 2024-03-12 13:13:56 +02: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)