Spring定时任务注解@Schedule 示例

先上代码再解释(Talk is cheap.Show me your code)java import org.springframework.scheduling.annotation.Scheduled; @Scheduled(fixedDelay = 1000 * 10) public void gapTask() { log.info("gap task start");
相关文章
相关标签/搜索