spring-boot/spring-boot-samples/spring-boot-sample-quartz
Andy Wilkinson 9fbd38ab3c Merge branch '1.5.x' into 2.0.x 2019-03-20 16:45:26 +00:00
..
src Merge branch '1.5.x' into 2.0.x 2019-03-20 16:45:26 +00:00
README.adoc
pom.xml

README.adoc

== 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.