spring-boot/spring-boot-samples/spring-boot-sample-quartz/README.adoc
Stephane Nicoll 59a15b259c Polish "Add Quartz Scheduler support"
Closes gh-4299
2017-05-30 18:48:12 +02:00

12 lines
274 B
Plaintext

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