Merge remote-tracking branch 'origin/4.0.x'

This commit is contained in:
Olga MaciaszekSharma
2023-12-14 13:54:41 +01:00

View File

@@ -853,7 +853,8 @@ TIP: DO NOT annotate the `@FeignClient` interface with the `@RefreshScope` annot
[[oauth2-support]]
=== OAuth2 Support
OAuth2 support can be enabled by setting following flag:
OAuth2 support can be enabled by adding the `spring-boot-starter-oauth2-client` dependency to your project and setting following flag:
----
spring.cloud.openfeign.oauth2.enabled=true
----