Merge branch '2.2.x'

This commit is contained in:
spencergibb
2021-03-31 10:52:29 -04:00

View File

@@ -1566,7 +1566,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"