SpringBoot 定時任務

在使用SpringBoot 作定時任務的時候特別簡單,只須要在啓動類加@EnableScheduling註解,而後創建定時任務類就能夠實現(使用@Scheduled註解)。 代碼: 測試結果: web
相關文章
相關標籤/搜索