From a0a6b0afaab467da88b322a5779a790b64be17de Mon Sep 17 00:00:00 2001 From: Antoine Rey Date: Tue, 12 May 2020 10:14:39 +0200 Subject: [PATCH] IDE need Lombok installed #150 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 03cbf9ee9..e087dc69d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ and the Eureka Service Discovery from the [Spring Cloud Netflix](https://github. ## Starting services locally without Docker -Every microservice is a Spring Boot application and can be started locally using IDE 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). +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). Startup of Tracing server, Admin server, Grafana and Prometheus is optional. If everything goes well, you can access the following services at given location: * Discovery Server - http://localhost:8761