@Schedules({
@Scheduled(cron="25 43 15 * * ? "),
@Scheduled(cron="10 43 15 * * ? "),
@Scheduled(cron="40 43 15 * * ? "),
})
public void execute(){
//do something
}
@Schedules({
@Scheduled(cron="25 43 15 * * ? "),
@Scheduled(cron="10 43 15 * * ? "),
@Scheduled(cron="40 43 15 * * ? "),
})
public void execute(){
//do something
}