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.
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
9 years ago
|
== 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 message from SampleJob every 10 seconds.
|