| | |
| | | import org.quartz.SchedulerException; |
| | | import org.quartz.TriggerBuilder; |
| | | import org.quartz.TriggerKey; |
| | | import com.ruoyi.common.core.constant.Constants; |
| | | import com.ruoyi.common.core.constant.ScheduleConstants; |
| | | import com.ruoyi.common.core.exception.job.TaskException; |
| | | import com.ruoyi.common.core.exception.job.TaskException.Code; |
| | | import com.ruoyi.common.core.utils.SpringUtils; |
| | | import com.ruoyi.common.core.utils.StringUtils; |
| | | import com.se.common.core.constant.Constants; |
| | | import com.se.common.core.constant.ScheduleConstants; |
| | | import com.se.common.core.exception.job.TaskException; |
| | | import com.se.common.core.exception.job.TaskException.Code; |
| | | import com.se.common.core.utils.SpringUtils; |
| | | import com.se.common.core.utils.StringUtils; |
| | | import com.ruoyi.job.domain.SysJob; |
| | | |
| | | /** |
| | | * 定时任务工具类 |
| | | * |
| | | * @author ruoyi |
| | | * @author admin |
| | | * |
| | | */ |
| | | public class ScheduleUtils |