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

Documentation #62

Closed siscia closed 10 years ago

siscia commented 10 years ago

Maybe is me, but I haven't find any documentation for the lib.

There is some ?

michaelklishin commented 10 years ago

Quartz properties configuration is all you need to use it.

siscia commented 10 years ago

Hi,

still don't get it...

I have to create a file like that ? Where the file should be ?

Or I need to set those config at MongoDBJobStore ?

Sorry but it is not obvious...

michaelklishin commented 10 years ago

Like all .properties files it should be anywhere on classpath. See Quartz documentation to learn more.

siscia commented 10 years ago

:+1: Thanks