Skip to content

Documentation bug #1814

@wind57

Description

@wind57

The very first steps in the documentation says that doing:

$ cd spring-cloud-config-server
$ ../mvnw spring-boot:run

will get you a result:

$ curl localhost:8888/foo/development
{"name":"foo","label":"master","propertySources":[
  {"name":"https://github.com/scratches/config-repo/foo-development.properties","source":{"bar":"spam"}},
  {"name":"https://github.com/scratches/config-repo/foo.properties","source":{"foo":"bar"}}
]}

specifically the links are : https://github.com/scratches/config-repo... this is not correct.

The links are actually: https://github.com/spring-cloud-samples/config-repo...

And the entire response is incorrect also. The thing is that https://github.com/scratches/config-repo contains a directory foo, while https://github.com/spring-cloud-samples/config-repo does not.

When you first try these things out, this gets very confusing, imo.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions