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
247 stars 199 forks source link

pass spring boot mongdb client to Mongodb JobStore #225

Open fuchengli1024 opened 2 years ago

fuchengli1024 commented 2 years ago

there is any way to pass spring boot initialized mongodb client to MongoDBJobStore.

my Mongodb client is using GSSAPI authentication.

Thanks a lot