From 104410a0cdac5ddcc4e43f659db0732cdc972c0d Mon Sep 17 00:00:00 2001 From: Nikola Balic Date: Fri, 27 Dec 2024 16:50:15 +0100 Subject: [PATCH] Add "Open with Codeanywhere" badge to README.md (#292) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8e948fb8..9e4ae08a6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ and the Eureka Service Discovery from the [Spring Cloud Netflix](https://github. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/spring-petclinic/spring-petclinic-microservices) +[![Open in Codeanywhere](https://codeanywhere.com/img/open-in-codeanywhere-btn.svg)](https://app.codeanywhere.com/#https://github.com/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).