Commit 9832e38c authored by yihua.huang's avatar yihua.huang

update release notes

parent 6bd8238c
......@@ -21,8 +21,9 @@ Release Notes
private List<String> tags;
public static void main(String[] args) {
OOSpider.create(Site.me().addStartUrl("http://my.oschina.net/flashsword/blog")
,new ConsolePageModelPipeline(), OschinaBlog.class).run();
OOSpider.create(Site.me().addStartUrl("http://my.oschina.net/flashsword/blog"),
new ConsolePageModelPipeline(), OschinaBlog.class).
scheduler(new RedisScheduler("127.0.0.1")).thread(5).run();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment