Closed sridhar1982 closed 9 years ago
Hi Sridar, Thanks for your time looking into this.
You are correct - to incorporate the use of the config server, the clients must add the spring-cloud-config-client. I had intended the bonuses to be less structured, but I can see here that I've spelled out the other steps in detail, so omitting this step wouldn't make sense. I'll make the change. thanks.
Fixed. On behalf of future students, thanks for pointing out this issue.
Currently step 25 does NOT instruct to add the cloud-config-client dependency in pom.xml. without this, client applications does not communicate with config server. The following lines should be added to each of client application's pom.xml
Thank you for the excellent course in Udemy. Really enjoying it and doing all the labs.