技术栈
springboot定时任务
雾林小妖
1 年前
scheduled任务调度
·
springboot定时任务
@Scheduled任务调度/定时任务-非分布式
任务调度就是在规定的时间内执行的任务或者按照固定的频率执行的任务。是非常常见的功能之一。常见的有JDK原生的Timer, ScheduledThreadPoolExecutor以及springboot提供的@Schduled。分布式调度框架如QuartZ、Elasticjob、XXL-JOB、SchedulerX、PowerJob等。