I want to schedule a task on 1st of every month using Scheduled Executer service in spring boot. Can anyone help me with that? Thanks in advance
Asked
Active
Viewed 552 times
0
-
Does this answer your question? [Run a timer task on a specific day (1st of every month) using Spring](https://stackoverflow.com/questions/25501503/run-a-timer-task-on-a-specific-day-1st-of-every-month-using-spring) – Ori Marko Jul 22 '21 at 07:11
-
No, I wanna do the same but with scheduledexecutorservice. not with cron – Amit Gairola Jul 22 '21 at 07:40
-
Maybe [schedule-monthly-task-using-scheduledexecutorservice](https://stackoverflow.com/questions/39021895/schedule-monthly-task-using-scheduledexecutorservice) can help you. – dariosicily Jul 22 '21 at 09:13
-
NO it's not working – Amit Gairola Jul 26 '21 at 05:33