Skip to content

Commit

Permalink
支持自定义downloader和自定义绝对工作线程数
Browse files Browse the repository at this point in the history
  • Loading branch information
zhegexiaohuozi committed Apr 25, 2023
1 parent 7374562 commit 3082f9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ seimi.crawler.enable-redisson-queue=true

# 快速开始 #

添加maven依赖(中央maven库最新版本2.1.1):
添加maven依赖(以中央maven库最新版本为准,下仅供参考):
```
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.1</version>
<version>2.1.4</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion seimicrawler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.4-SNAPSHOT</version>
<version>2.1.4</version>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
<name>SeimiCrawler</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion standalone-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>cn.wanghaomiao</groupId>
<artifactId>SeimiCrawler</artifactId>
<version>2.1.3</version>
<version>2.1.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 3082f9a

Please sign in to comment.