Fix sample JSON at end of quickstart
To avoid confusion, the git repository location now matches the one in the server sample above. Fixes gh-200
This commit is contained in:
@@ -149,7 +149,7 @@ high-priority property source, e.g.
|
||||
$ curl localhost:8080/env
|
||||
{
|
||||
"profiles":[],
|
||||
"configService:https://github.com/scratches/config-repo/bar.properties":{"foo":"bar"},
|
||||
"configService:https://github.com/spring-cloud-samples/config-repo/bar.properties":{"foo":"bar"},
|
||||
"servletContextInitParams":{},
|
||||
"systemProperties":{...},
|
||||
...
|
||||
@@ -159,3 +159,6 @@ $ curl localhost:8080/env
|
||||
(a property source called "configService:<URL of remote
|
||||
repository>/<file name>" contains the property "foo" with value
|
||||
"bar" and is highest priority).
|
||||
|
||||
NOTE: the URL in the property source name is the git repository not
|
||||
the config server URL.
|
||||
|
||||
Reference in New Issue
Block a user