@Scheduled(cron = "0 0,10,20,30,40,50 * * * *", zone = "Asia/Tokyo")
public void execute() throws InterruptedException {
// find push message entry
// … // send message source.output().send(MessageBuilder.withPayload(message).build());
return;
}
public static void main(String[] args) {
SpringApplication.run(NotificationApplication.class, args);
}
} 4DIFEVMJOH5BTLT