package com.javen.quartz;

/**
 * Created by Administrator on 2018/5/30.
 */
import java.util.Date;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.quartz.Job;
import org.quartz.JobExecutionContext;
import org.quartz.JobExecutionException;

public class HelloJob implements Job {

    private static Logger _log = LoggerFactory.getLogger(HelloJob.class);

    public HelloJob() {

    }

    public void execute(JobExecutionContext context)
            throws JobExecutionException {
        _log.error("Hello Job执行时间: " + new Date());

    }
}
最近下载更多
李亮  LV19 2023年3月6日
lvhongquan  LV11 2022年7月10日
543666826  LV33 2021年11月20日
yyw770  LV8 2020年4月8日
小黑狗  LV7 2020年4月5日
厉山虎  LV1 2020年3月29日
koumeiyuu  LV8 2019年12月18日
博庸發發發  LV5 2019年9月2日
z_yong76  LV26 2019年8月30日
kobebryant11  LV1 2019年8月27日
最近浏览更多
wwwww816  LV3 2023年12月19日
wwewww  LV4 2023年11月2日
李亮  LV19 2023年3月6日
微信网友_6248713511227392  LV11 2022年12月5日
cc900118  LV17 2022年12月5日
dawnguarda  LV17 2022年11月7日
lvhongquan  LV11 2022年7月10日
Lmfbaby  LV9 2022年5月29日
yuanhw_toto  LV1 2022年5月27日
clouduser  LV1 2022年1月3日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友