spring-boot/spring-boot-samples/spring-boot-sample-quartz
Andy Wilkinson 0644a79401 Repackage output capture and always use extension declaratively
Closes gh-17029
2019-05-31 18:33:10 +01:00
..
src Repackage output capture and always use extension declaratively 2019-05-31 18:33:10 +01:00
README.adoc Polish "Add Quartz Scheduler support" 2017-05-30 18:48:12 +02:00
pom.xml Update build and setup configuration to use HTTPS 2019-03-19 16:58:31 +00: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.