spring-boot/spring-boot-samples/spring-boot-sample-quartz
Andy Wilkinson 991314c63d Merge branch '1.5.x' 2017-06-16 09:13:42 +01:00
..
src/main/java/sample/quartz Merge branch '1.5.x' 2017-06-16 09:13:42 +01:00
README.adoc Polish "Add Quartz Scheduler support" 2017-05-30 18:48:12 +02:00
pom.xml Polish contribution 2017-06-06 10:52:31 +02:00

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.