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

com.github.ltsopensource.example.spring.SpringTaskTrackerShardXmlTest Maven / Gradle / Ivy

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

import org.springframework.context.support.ClassPathXmlApplicationContext;

import java.io.IOException;

/**
 * @author Robert HG ([email protected]) on 8/4/15.
 */
public class SpringTaskTrackerShardXmlTest {

    public static void main(String[] args) throws IOException {

        new ClassPathXmlApplicationContext("/spring/lts-tasktracker-shard-xml.xml");
        System.in.read();
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy