You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/spring-boot-samples/spring-boot-sample-quartz
Andy Wilkinson 6fb629227c Fix race condition in SampleQuartzApplicationTests 7 years ago
..
src Fix race condition in SampleQuartzApplicationTests 7 years ago
README.adoc Polish "Add Quartz Scheduler support" 8 years ago
pom.xml Polish "Add test to spring-boot-sample-quartz" 7 years ago

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.