Skip to content

Instantly share code, notes, and snippets.

@songyunlu
Created January 8, 2015 04:47
Show Gist options
  • Save songyunlu/4692f05dd8353891fe4f to your computer and use it in GitHub Desktop.
Save songyunlu/4692f05dd8353891fe4f to your computer and use it in GitHub Desktop.
@SpringBootApplication
@EnableEurekaServer
public class ServiceRegistryApp {
public static void main(String[] args) {
SpringApplication.run(ServiceRegistryApp.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment