michaelklishin / quartz-mongodb

A MongoDB-based store for the Quartz scheduler. This fork strives to be as feature complete as possible. Originally by MuleSoft.
Other
249 stars 203 forks source link

Fixed properties names #150

Closed korest closed 7 years ago

korest commented 7 years ago

Prefix should be "org.quartz.jobStore" for all those properties

pwojnowski commented 7 years ago

Good catch! Thanks! :+1:

michaelklishin commented 7 years ago

Thank you!