From 8432be16126e30ebe06319ec317c561777150341 Mon Sep 17 00:00:00 2001 From: Dreamerdream <735701838@qq.com> Date: Thu, 10 Aug 2017 17:06:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=86=E5=B8=83?= =?UTF-8?q?=E5=BC=8F=E9=98=9F=E5=88=97DefaultRedisQueue=E4=B8=ADjson?= =?UTF-8?q?=E5=8F=8D=E5=BA=8F=E5=88=97=E5=8C=96useSeimiAgent=E6=B0=B8?= =?UTF-8?q?=E8=BF=9C=E4=B8=BAfalse=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cn/wanghaomiao/seimi/struct/Request.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/src/main/java/cn/wanghaomiao/seimi/struct/Request.java b/project/src/main/java/cn/wanghaomiao/seimi/struct/Request.java index 615808c2..db0b807b 100644 --- a/project/src/main/java/cn/wanghaomiao/seimi/struct/Request.java +++ b/project/src/main/java/cn/wanghaomiao/seimi/struct/Request.java @@ -250,8 +250,8 @@ public Request setCrawlerName(String crawlerName) { return this; } - public Request useSeimiAgent(){ - this.useSeimiAgent = true; + public Request setUseSeimiAgent(boolean useSeimiAgent){ + this.useSeimiAgent = useSeimiAgent; return this; } From 9a2e4e7b65d05028b6264f4467a2dc52d4aeb0f7 Mon Sep 17 00:00:00 2001 From: xiaohuo Date: Thu, 10 Aug 2017 21:26:20 +0800 Subject: [PATCH 2/2] v1.3.4 --- README.md | 4 ++-- demo/pom.xml | 2 +- project/pom.xml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 32760b1f..4b0be52d 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ SeimiCrawler是一个敏捷的,独立部署的,支持分布式的Java爬虫 # 快速开始 # -添加maven依赖(中央maven库最新版本1.3.3): +添加maven依赖(中央maven库最新版本1.3.4): ``` cn.wanghaomiao SeimiCrawler - 1.3.3 + 1.3.4 ``` diff --git a/demo/pom.xml b/demo/pom.xml index 15e59e42..8f3f3f94 100644 --- a/demo/pom.xml +++ b/demo/pom.xml @@ -34,7 +34,7 @@ cn.wanghaomiao SeimiCrawler - 1.3.1 + 1.3.4 net.paoding diff --git a/project/pom.xml b/project/pom.xml index ef99eeda..1333c337 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -7,7 +7,7 @@ cn.wanghaomiao SeimiCrawler - 1.3.3 + 1.3.4 4.0.0 jar SeimiCrawler