|
|
|
@ -3,8 +3,8 @@ package org.dromara.job.snailjob;
|
|
|
|
import cn.hutool.core.util.RandomUtil;
|
|
|
|
import cn.hutool.core.util.RandomUtil;
|
|
|
|
import com.aizuda.snailjob.client.job.core.annotation.JobExecutor;
|
|
|
|
import com.aizuda.snailjob.client.job.core.annotation.JobExecutor;
|
|
|
|
import com.aizuda.snailjob.client.job.core.dto.JobArgs;
|
|
|
|
import com.aizuda.snailjob.client.job.core.dto.JobArgs;
|
|
|
|
import com.aizuda.snailjob.client.model.ExecuteResult;
|
|
|
|
|
|
|
|
import com.aizuda.snailjob.common.log.SnailJobLog;
|
|
|
|
import com.aizuda.snailjob.common.log.SnailJobLog;
|
|
|
|
|
|
|
|
import com.aizuda.snailjob.model.dto.ExecuteResult;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
import org.springframework.beans.factory.annotation.Value;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
import org.springframework.stereotype.Component;
|
|
|
|
|