![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ltsopensource.example.spring.SpringTaskTrackerShardAnnotationTest 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 SpringTaskTrackerShardAnnotationTest {
public static void main(String[] args) throws IOException {
new ClassPathXmlApplicationContext("/spring/lts-tasktracker-shard-annotaion.xml");
System.in.read();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy