spring_schedule

簡介 在上篇中總結了quartz的基礎,其實spring中也提供了這些基礎功能,並且十分方便。簡單來講在springboot中只須要兩個註解:@Scheduled和@EnableScheduling。java fixedDelay:表示隔多少毫秒執行一次。web /** * 每隔1秒執行一次 */ @Scheduled(fixedDelay = 1000) public void
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息