[fix] 修改标签

This commit is contained in:
2024-10-09 14:42:26 +08:00
parent 550f4cbdae
commit 6eec60e9dd
116 changed files with 133 additions and 139 deletions

View File

@ -3,7 +3,7 @@ package cn.iocoder.yudao.framework.quartz.core.handler;
/**
* 任务处理器
*
* @author 芋道源码
* @author hhyykk
*/
public interface JobHandler {

View File

@ -21,7 +21,7 @@ import static cn.hutool.core.exceptions.ExceptionUtil.getRootCauseMessage;
/**
* 基础 Job 调用者,负责调用 {@link JobHandler#execute(String)} 执行任务
*
* @author 芋道源码
* @author hhyykk
*/
@DisallowConcurrentExecution
@PersistJobDataAfterExecution

View File

@ -16,7 +16,7 @@ import static cn.iocoder.yudao.framework.common.exception.util.ServiceExceptionU
*
* 另外jobHandlerName 对应到 Spring Bean 的名字,直接调用
*
* @author 芋道源码
* @author hhyykk
*/
public class SchedulerManager {

View File

@ -7,7 +7,7 @@ import java.time.LocalDateTime;
/**
* Job 日志 Framework Service 接口
*
* @author 芋道源码
* @author hhyykk
*/
public interface JobLogFrameworkService {

View File

@ -12,7 +12,7 @@ import java.util.List;
/**
* Quartz Cron 表达式的工具类
*
* @author 芋道源码
* @author hhyykk
*/
public class CronUtils {