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");
相關文章
相關標籤/搜索