Skip to content

Instantly share code, notes, and snippets.

@sabbarmehdi
Last active July 28, 2021 15:53
Show Gist options
  • Save sabbarmehdi/b97388c01efb2e18e85323a52621e6cb to your computer and use it in GitHub Desktop.
Save sabbarmehdi/b97388c01efb2e18e85323a52621e6cb to your computer and use it in GitHub Desktop.
feign
@EnableFeignClients
@SpringBootApplication
@EnableEurekaClient
public class UserApplication {
public static void main(String[] args) {
SpringApplication.run(UsersApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment