Update README.md

This commit is contained in:
Fabio Formosa
2021-02-07 13:47:20 +01:00
committed by GitHub
parent 49020d9bd0
commit d243c3a8e8

View File

@@ -57,7 +57,7 @@ org.quartz.scheduler.instanceName=example
org.quartz.scheduler.instanceId=AUTO
org.quartz.threadPool.threadCount=1
```
`quartz.properties` is a configuration file required by [Quartz Scheduler](http://www.quartz-scheduler.org/). For further details, click [here](http://www.quartz-scheduler.org/documentation/quartz-2.3.0/configuration/).
* **Create the job class that you want to schedule**