spring-boot/spring-boot-samples/spring-boot-sample-quartz
Phillip Webb 2855010841 Fix sample POMs
Update sample POMs to follow CI friendly Maven conventions.

See gh-9316
2017-10-04 16:34:39 -07:00
..
src/main/java/sample/quartz Merge branch '1.5.x' 2017-06-16 09:13:42 +01:00
README.adoc Polish "Add Quartz Scheduler support" 2017-05-30 18:48:12 +02:00
pom.xml Fix sample POMs 2017-10-04 16:34:39 -07: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.