Fixes documentation bad reference to URL placeholder

Fixes gh-1830
This commit is contained in:
Eric Siber
2021-03-13 01:56:25 +01:00
committed by spencergibb
parent 7c89268775
commit 0e361a3d87

View File

@@ -1544,7 +1544,7 @@ Spring Retry has a `RetryInterceptorBuilder` that supports creating one.
The Config Service serves property sources from `/{application}/{profile}/{label}`, where the default bindings in the client app are as follows:
* "name" = `${spring.application.name}`
* "application" = `${spring.application.name}`
* "profile" = `${spring.profiles.active}` (actually `Environment.getActiveProfiles()`)
* "label" = "master"