Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
searchhotcrawler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhiwei
searchhotcrawler
Commits
0324a347
Commit
0324a347
authored
Apr 08, 2021
by
chenweitao
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'working' into 'master'
升级爬虫核心包 See merge request
!77
parents
70d5e312
0b893a58
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
18 deletions
+11
-18
pom.xml
+8
-14
src/main/resources/proxyip.properties
+3
-4
No files found.
pom.xml
View file @
0324a347
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<name>
各平台热搜榜单采集程序
</name>
<name>
各平台热搜榜单采集程序
</name>
<description>
各平台热搜榜单采集程序
<description>
各平台热搜榜单采集程序
目前包含:1.微博时时热搜采集程序、2.知乎热搜采集程序
</description>
目前包含:1.微博时时热搜采集程序、2.知乎热搜采集程序
</description>
<properties>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
@@ -20,9 +20,9 @@
...
@@ -20,9 +20,9 @@
<email>
zhangzhiwei@zhiweidata.com
</email>
<email>
zhangzhiwei@zhiweidata.com
</email>
</developer>
</developer>
</developers>
</developers>
<dependencies>
<dependencies>
<!-- 数据解析jar -->
<!-- 数据解析jar -->
<dependency>
<dependency>
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
<artifactId>
mongo-java-driver
</artifactId>
<artifactId>
mongo-java-driver
</artifactId>
<version>
3.12.2
</version>
<version>
3.12.2
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
com.zhiwei
</groupId>
<groupId>
com.zhiwei
</groupId>
<artifactId>
sendmail
</artifactId>
<artifactId>
sendmail
</artifactId>
...
@@ -44,18 +44,13 @@
...
@@ -44,18 +44,13 @@
<dependency>
<dependency>
<groupId>
com.zhiwei.crawler
</groupId>
<groupId>
com.zhiwei.crawler
</groupId>
<artifactId>
crawler-core
</artifactId>
<artifactId>
crawler-core
</artifactId>
<version>
0.6.
0.4-RELEASE
</version>
<version>
0.6.
7.4-SNAPSHOT
</version>
</dependency>
</dependency>
<dependency>
<dependency>
<groupId>
org.projectlombok
</groupId>
<groupId>
org.projectlombok
</groupId>
<artifactId>
lombok
</artifactId>
<artifactId>
lombok
</artifactId>
<version>
1.18.8
</version>
<version>
1.18.8
</version>
</dependency>
</dependency>
<dependency>
<groupId>
com.zhiwei.crawler
</groupId>
<artifactId>
crawler-core
</artifactId>
<version>
0.6.0.4-RELEASE
</version>
</dependency>
<!-- <dependency>-->
<!-- <dependency>-->
<!-- <groupId>org.quartz-scheduler</groupId>-->
<!-- <groupId>org.quartz-scheduler</groupId>-->
<!-- <artifactId>quartz</artifactId>-->
<!-- <artifactId>quartz</artifactId>-->
...
@@ -120,7 +115,7 @@
...
@@ -120,7 +115,7 @@
</dependency>
</dependency>
</dependencies>
</dependencies>
<build>
<build>
<plugins>
<plugins>
<plugin>
<plugin>
...
@@ -198,5 +193,5 @@
...
@@ -198,5 +193,5 @@
</plugin>
</plugin>
</plugins>
</plugins>
</build>
</build>
</project>
</project>
\ No newline at end of file
src/main/resources/proxyip.properties
View file @
0324a347
registry
=
zookeeper://192.168.0.203:2182?backup=192.168.0.104:2182,192.168.0.105:2182
registry
=
zookeeper://192.168.0.203:2182?backup=192.168.0.104:2182,192.168.0.105:2182
&timeout=60000
group
=
hangzhou
group
=
hangzhou
########################################################
########################################################
#registry=zookeeper://192.168.0.11:2181?backup=192.168.0.30:2181,192.168.0.35:2181
#registry=zookeeper://192.168.0.35:2181?backup=192.168.0.30:2181,192.168.0.11:2181&timeout=60000
#
group
=
local
#group=local
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment