From b12e5655caa579acacdfab9ea7cb07d889cac4e8 Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Sat, 3 Aug 2024 09:39:34 +0000 Subject: [PATCH] Add GitHub Codespaces badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd466438f..e447aec41 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ This microservices branch was initially derived from [AngularJS version](https:/ To achieve that goal, we use Spring Cloud Gateway, Spring Cloud Circuit Breaker, Spring Cloud Config, Micrometer Tracing, Resilience4j, Open Telemetry and the Eureka Service Discovery from the [Spring Cloud Netflix](https://github.com/spring-cloud/spring-cloud-netflix) technology stack. +[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/spring-petclinic/spring-petclinic-microservices) + ## Starting services locally without Docker Every microservice is a Spring Boot application and can be started locally using IDE ([Lombok](https://projectlombok.org/) plugin has to be set up) or `../mvnw spring-boot:run` command. Please note that supporting services (Config and Discovery Server) must be started before any other application (Customers, Vets, Visits and API).