Skip to content

Commit

Permalink
支持分布式爬虫
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuhcy committed Jan 24, 2016
1 parent 07322c6 commit c79528e
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,4 +205,17 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-spring</artifactId>
<version>1.0.0</version>
</dependency>
</dependency>

>四、通过redis支持分布式抓取
- 参考项目[gecco-redis](https://github.com/xtuhcy/gecco-redis)

下载方式

<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-redis</artifactId>
<version>1.0.0</version>
</dependency>

0 comments on commit c79528e

Please sign in to comment.