Polish "Add Quartz Scheduler support"

Closes gh-4299
This commit is contained in:
Stephane Nicoll
2017-05-30 18:32:59 +02:00
parent 9e23206c31
commit 59a15b259c
12 changed files with 315 additions and 124 deletions

View File

@@ -8,4 +8,4 @@ The sample uses Maven. It can be built and run from the command line:
$ mvn spring-boot:run
----
Console log will now show Hello message from SampleJob every 10 seconds.
Console log will now show "Hello World!" from `SampleJob` every 2 seconds.