Skip to content

Instantly share code, notes, and snippets.

@rubykv
Created November 18, 2021 22:36
Show Gist options
  • Save rubykv/a188c8f57d0baa80ab36b1f7f39611ad to your computer and use it in GitHub Desktop.
Save rubykv/a188c8f57d0baa80ab36b1f7f39611ad to your computer and use it in GitHub Desktop.
@EnableEurekaServer
@SpringBootApplication
public class EurekaServerApplication {
public static void main(String[] args) {
SpringApplication.run(EurekaServerApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment