Closed eacdy closed 7 years ago
@dsyer Could you help me?
It's not really a bug. Those URLs are not really supposed to represent real resources. They are just unique (but helpful) identifiers.
@dsyer Thank you very much.
I think it's not a bug
I am reading your book
I've build a simple config server to test the Health Indicator .
Here goes my configuration:
When I come to the /health endpoint, I can get this:
I found that https://github.com/eacdy/spring-cloud-test-for-issue/config-repo/microservice-foo-dev.properties returns 404. The right url is https://github.com/eacdy/spring-cloud-test-for-issue/blob/master/config-repo/microservice-foo-dev.properties
Code in
org.springframework.cloud.config.server.environment.EnvironmentCleaner
:I think it should be
Is it just a bug? Thanks a lot.