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