spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.2k stars 779 forks source link

Document OAuth dependency to spring-boot-starter-oauth2-client #954

Closed tjuchniewicz closed 9 months ago

tjuchniewicz commented 9 months ago

In docs there is no hint that:

<dependency>
      <groupId>org.springframework.boot</groupId>
      <artifactId>spring-boot-starter-oauth2-client</artifactId>
</dependency>

is required for spring.cloud.openfeign.oauth2.enabled=true to work.

OlgaMaciaszek commented 9 months ago

Hello @tjuchniewicz, thanks for pointing this out. Will add it to docs.