From ec9e95ea4f2bd2e4a748022a160e49730ab9df00 Mon Sep 17 00:00:00 2001 From: Aydar Date: Mon, 13 Jul 2020 19:17:22 +0300 Subject: [PATCH] The mistake in the instruction for lab-9 It was a typo where you explain which dependencies we need to add for using `zuul`. In your version, you write `spring-cloud-config-server` but we have to use `spring-cloud-starter-config` as we used before. --- LabInstructions/Lab 9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LabInstructions/Lab 9.md b/LabInstructions/Lab 9.md index c2f0597a..d81c70cf 100644 --- a/LabInstructions/Lab 9.md +++ b/LabInstructions/Lab 9.md @@ -35,7 +35,7 @@ 9. Stop the lab-9-gateway application. -10. Add the dependency for the config client. org.springframework.cloud / spring-cloud-config-client. +10. Add the dependency for the config client. org.springframework.cloud / spring-cloud-starter-config. 11. Add the dependency for Eureka-based service discovery. org.springframework.cloud / spring-cloud-starter-netflix-eureka-client.