Skip to content

Instantly share code, notes, and snippets.

@haiphucnguyen
Created March 19, 2019 03:21
Show Gist options
  • Save haiphucnguyen/2d9105214b6fabd27f17bb08bfe33832 to your computer and use it in GitHub Desktop.
Save haiphucnguyen/2d9105214b6fabd27f17bb08bfe33832 to your computer and use it in GitHub Desktop.
@SpringBootApplication
public class QuartzDemoApplication {
public static void main(String[] args) {
SpringApplication.run(QuartzDemoApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment