From bdc266e2d99aad378792e8906cbff0556637cf26 Mon Sep 17 00:00:00 2001 From: tarunguptap Date: Sun, 11 Aug 2019 11:52:25 +0530 Subject: [PATCH] Update Lab 4.md --- LabInstructions/Lab 4.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LabInstructions/Lab 4.md b/LabInstructions/Lab 4.md index c513a6c6..9fd7a213 100644 --- a/LabInstructions/Lab 4.md +++ b/LabInstructions/Lab 4.md @@ -28,6 +28,8 @@ 4. Save an application.yml (or properties) file in the root of your classpath (src/main/resources recommended). Add the following key / values (use correct YAML formatting): - server.port: 8010 + - eureka.client.register-with-eureka: false + - eureka.client.fetch-registry: false 5. (optional) Save a bootstrap.yml (or properties) file in the root of your classpath. Add the following key / values (use correct YAML formatting): - spring.application.name=lab-4-eureka-server