Skip to content

Commit

Permalink
Update EnableFeignAutoRefresh.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed Jan 16, 2025
1 parent ef68ad1 commit 8c389eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Documented
@Import(FeignClientAutoRefreshAutoConfiguration.class)
@Import(EnableFeignAutoRefresh.Marker.class)
public @interface EnableFeignAutoRefresh {

class Marker {
Expand Down

0 comments on commit 8c389eb

Please sign in to comment.