Skip to content

Instantly share code, notes, and snippets.

@felixklauke
Created June 22, 2018 10:14
Show Gist options
  • Save felixklauke/8b696c6690f57660a9c071520202d131 to your computer and use it in GitHub Desktop.
Save felixklauke/8b696c6690f57660a9c071520202d131 to your computer and use it in GitHub Desktop.
Node application bootstrap.
@SpringBootApplication
public class SageNodeApplication {
public static void main(String[] args) {
SpringApplication.run(SageNodeApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment