Skip to content

Instantly share code, notes, and snippets.

@jmnarloch
Created June 7, 2016 09:52
Show Gist options
  • Save jmnarloch/c237186fc7895ab00f8b4de26aceca28 to your computer and use it in GitHub Desktop.
Save jmnarloch/c237186fc7895ab00f8b4de26aceca28 to your computer and use it in GitHub Desktop.
Spring Boot Application
@SpringBootApplication
public class Application {
public static void main(String[] args) {
SpringApplication.run(lookup().lookupClass(), args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment