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

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

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

import com.github.ltsopensource.core.support.AliveKeeping;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;

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

    public static void main(String[] args) {

        ApplicationContext context = new ClassPathXmlApplicationContext("/spring/lts-quartz.xml");

        AliveKeeping.start();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy