This is the method,
@Scheduled(cron = "0 9 15 * * ?") public void testMethod(){ System.out.println("Test successfull"); }
On 9 AM ,cron supposed to execute the method.
But the method is not executed and the output is not showing.
can anyone help me with this
2.1m questions
2.1m answers
60 comments
57.0k users