We have a requirement in spring boot microservice where in we need to deploy multiple different batch mails scheduled based on cron entered in database which can be modified using front end.
We tried to do this using scheduled by getting cron from database but could not get this done dynamically.