spring-boot/spring-boot-samples/spring-boot-sample-quartz
Eddú Meléndez 5f1f04a33a Add test to spring-boot-sample-quartz
See gh-11621
2018-01-17 14:27:02 +01:00
..
src Add test to spring-boot-sample-quartz 2018-01-17 14:27:02 +01:00
README.adoc Polish "Add Quartz Scheduler support" 2017-05-30 18:48:12 +02:00
pom.xml Add test to spring-boot-sample-quartz 2018-01-17 14:27:02 +01: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.