You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
webcrawler/web/src/test/java/Test.java

12 lines
311 B

6 years ago
import core.thrift.ThriftClientDemo;
6 years ago
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
public class Test {
private static Logger log = LogManager.getLogger();
6 years ago
public static void main(String[] args) throws Exception {
ThriftClientDemo.getTTransport();
}
6 years ago
}