From 84a6d082abcbb47d42fc80fc720b1c4955f574a2 Mon Sep 17 00:00:00 2001 From: Charles Moulliard Date: Thu, 13 Jul 2017 07:13:48 +0200 Subject: [PATCH] Update README.md Make the comment invisible --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49a8b6dd..0f3585b5 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ If for any reason you need to disable the `DiscoveryClient` you can simply set t spring.cloud.kubernetes.discovery.enabled=false ``` -// TODO: make clearer with an example and details on how to align service and application name +[//]: # "TODO: make clearer with an example and details on how to align service and application name" + Some Spring Cloud components use the `DiscoveryClient` in order to obtain info about the local service instance. For this to work you need to align the service name with the `spring.application.name` property.