Springboot自带定时任务

springboot自带了一个微型的spring-quartz定时器Scheduled,能够让咱们简单的实现定时任务。java 实现代码以下:web package com.zt.web.rest.jobs; import org.springframework.scheduling.annotation.EnableScheduling; import org.springframework.
相关文章
相关标签/搜索