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

Resolve dbName by URI Path #188

Closed scippacercola closed 4 years ago

scippacercola commented 4 years ago

Allow to specify dbName in the MongoDB Connection URI, as specified at: https://docs.mongodb.com/manual/reference/connection-string

michaelklishin commented 4 years ago

Thank you!