Skip to content

Commit 16edc70

Browse files
committed
Bumping versions
1 parent a362572 commit 16edc70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/modules/ROOT/partials/_configprops.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
|spring.cloud.openfeign.httpclient.time-to-live-unit | `+++seconds+++` |
102102
|spring.cloud.openfeign.lazy-attributes-resolution | `+++false+++` | Switches @FeignClient attributes resolution mode to lazy.
103103
|spring.cloud.openfeign.micrometer.enabled | `+++true+++` | Enables Micrometer capabilities for Feign.
104+
|spring.cloud.openfeign.oauth2.client-registration-id | | Client registration id to be used to retrieve the OAuth2 access token. If not specified, the {@code serviceId} retrieved from the {@code url} host segment will be used. This is convenient for load-balanced Feign clients. For non-load-balanced clients, specifying the {@code clientRegistrationId} is recommended.
104105
|spring.cloud.openfeign.oauth2.clientRegistrationId | | Provides a clientId to be used with OAuth2.
105106
|spring.cloud.openfeign.oauth2.enabled | `+++false+++` | Enables feign interceptor for managing oauth2 access token.
106107
|spring.cloud.openfeign.okhttp.enabled | `+++false+++` | Enables the use of the OK HTTP Client by Feign.

0 commit comments

Comments
 (0)