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

difficulties in getting bean from spring container #206

Closed p3manas closed 4 years ago

p3manas commented 4 years ago

In CustomMongoQuartzSchedulerJobStore class How we can get password from vault?

CustomMongoQuartzSchedulerJobStore is initialized in traditional way not by spring container. How we can inject the spring bean here?

Any suggestion would be helpful.