All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ltsopensource.example.spring.quartz.QuartzTest Maven / Gradle / Ivy

The newest version!
package com.github.ltsopensource.example.spring.quartz;

import com.github.ltsopensource.core.commons.utils.DateUtils;

import java.util.Date;

/**
 * @author Robert HG ([email protected]) on 3/16/16.
 */
public class QuartzTest {

    public void autoRun() throws InterruptedException {
        System.out.println(DateUtils.formatYMD_HMS(new Date()) + " 我开始执行了...");
//        Thread.sleep(6000);
//        System.out.println(DateUtils.formatYMD_HMS(new Date()) + " 我执行完了...");

    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy