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

cn.dceast.platform.task.StandaloneQuartz Maven / Gradle / Ivy

The newest version!
package cn.dceast.platform.task;

public class StandaloneQuartz {

    public static void main(String[] args) throws Exception {
        /**
         * 启动任务容器
         */
        TaskContainer.start();
    }

    public static void shutdown() {
        TaskContainer.shutdown();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy