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

Added eclipse support #204

Closed arulrajnet closed 3 years ago

arulrajnet commented 3 years ago

The following command will create eclipse ide related dot files

gradle cleanEclipse eclipse

For Idea

gradle cleanIdea idea