修改名称

This commit is contained in:
lpd
2026-01-21 16:33:12 +08:00
parent e6ffbb2197
commit 09d32a7796
524 changed files with 553 additions and 553 deletions

View File

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

View File

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

View File

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

View File

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

View File

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