This is the method,
@Scheduled(cron = "0 9 15 * * ?") public void testMethod(){ System.out.println("Test successfull"); }