Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xtuhcy committed Mar 15, 2016
1 parent 5f634f5 commit 4b443ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

##QuikStart
Expand Down Expand Up @@ -213,7 +213,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-spring</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

>四、通过redis支持分布式抓取
Expand All @@ -225,7 +225,7 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-redis</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

>五、支持多UserAgent随机选择
Expand Down Expand Up @@ -253,5 +253,5 @@ SpiderBeanContext包括需要该SpiderBean的渲染类(目前支持HTML、JSON
<dependency>
<groupId>com.geccocrawler</groupId>
<artifactId>gecco-htmlunit</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</dependency>

0 comments on commit 4b443ac

Please sign in to comment.