Skip to content

Instantly share code, notes, and snippets.

@wenqiglantz
Last active October 21, 2022 20:10
Show Gist options
  • Select an option

  • Save wenqiglantz/f4567f01dd56d76e4968a6343cc00f52 to your computer and use it in GitHub Desktop.

Select an option

Save wenqiglantz/f4567f01dd56d76e4968a6343cc00f52 to your computer and use it in GitHub Desktop.
@EnableReactiveFeignClients
@SpringBootApplication
public class CustomerServiceClientApplication {
public static void main(String[] args) {
SpringApplication.run(CustomerServiceClientApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment