Skip to content

Instantly share code, notes, and snippets.

@frekele
Created December 1, 2020 07:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frekele/42387c97838b6e173ff9e10cdc61935e to your computer and use it in GitHub Desktop.
Save frekele/42387c97838b6e173ff9e10cdc61935e to your computer and use it in GitHub Desktop.
@SpringBootApplication(scanBasePackages = "org.frekele.nikoday")
public class NikodayApplication {
public static void main(String[] args) {
SpringApplication.run(NikodayApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment