Closed Lightgogogo closed 5 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/164719780
The labels on this github issue will be updated when the story is started.
@Lightgogogo : Thanks for pointing it out ..
When I set the "spring:cloud:config:enabled"=false just like the Documentation said, the Config Server Client still access then Config Server. My configuration Below:
"spring": { "application": { "name": "FrameWorkWebEx" }, "cloud": { "config": { "enabled": false, "failFast": false, "retry": { "enabled": true }, "discovery": { "enabled": false, "serviceId": "CONFIG-SERVER" }, "uri": "http://localhost:8888" } } }