spring-boot/spring-boot-samples/spring-boot-sample-quartz
Andy Wilkinson 064f6478df Move back to JUnit 4 until SUREFIRE-1614 has been resolved
See gh-14736
See gh-14737
See gh-14738
2018-12-12 16:49:30 +00:00
..
src Move back to JUnit 4 until SUREFIRE-1614 has been resolved 2018-12-12 16:49:30 +00:00
pom.xml Polish "Add test to spring-boot-sample-quartz" 2018-01-17 14:31:52 +01:00
README.adoc Polish "Add Quartz Scheduler support" 2017-05-30 18:48:12 +02:00

== Spring Boot Quartz Sample

This sample demonstrates the Quartz auto-configuration support.

The sample uses Maven. It can be built and run from the command line:

----
$ mvn spring-boot:run
----

Console log will now show "Hello World!" from `SampleJob` every 2 seconds.