Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 8, 2023
1 parent 1e1d92b commit 53cefee
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
package <%= packageName %>.client;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.cloud.openfeign.FeignClientsConfiguration;
import org.springframework.core.annotation.AliasFor;
import java.lang.annotation.*;
Expand All @@ -41,7 +40,7 @@ public @interface AuthorizedFeignClient {
* {@link feign.codec.Encoder}, {@link feign.Contract}.
*
* @return the custom {@code @Configuration} for the feign client.
* @see FeignClientsConfiguration for the defaults.
* @see org.springframework.cloud.openfeign.FeignClientsConfiguration for the defaults.
*/
@AliasFor(annotation = FeignClient.class, attribute = "configuration")
Class<?>[] configuration() default OAuth2InterceptedFeignConfiguration.class;
Expand Down

0 comments on commit 53cefee

Please sign in to comment.