
cn.tyoui.test.TestCrawler Maven / Gradle / Ivy
package cn.tyoui.test;
import cn.tyoui.core.ControllerCrawler;
/**
* 测试类
*
* @author Tyoui
*/
public class TestCrawler {
public static void main(String[] args) throws Exception {
ControllerCrawler controller = new ControllerCrawler();
controller.start();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy