Skip to content

Instantly share code, notes, and snippets.

@liptga
Last active August 30, 2017 09:32
Show Gist options
  • Save liptga/11d27eb4559c600b6e881e3f4f0d5a8a to your computer and use it in GitHub Desktop.
Save liptga/11d27eb4559c600b6e881e3f4f0d5a8a to your computer and use it in GitHub Desktop.
Spring Boot Application Class
@SpringBootApplication
@EnableHystrix
public class PaymentApplication {
public static void main(String[] args) {
SpringApplication.run(PaymentApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment