From 607deaa82f90648c7ba776cf412c95ee96766561 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Fri, 15 Jul 2022 00:44:10 +0800 Subject: [PATCH] =?UTF-8?q?build:=20v3.6.2=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- novel-admin/pom.xml | 2 +- novel-common/pom.xml | 3 +-- novel-crawl/pom.xml | 2 +- novel-front/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 19e5e00..dd67139 100644 --- a/README.md +++ b/README.md @@ -214,7 +214,8 @@ novel-plus -- 父工程 2. 使用`unzip novel-crawl.zip`命令解压 novel-crawl.zip 3. 修改 `config/application-common-prod.yml` 文件中的数据库配置 4. 修改 `config/application-common-prod.yml` 文件中的管理员账号密码 - 5. 修改 `config/application-common-prod.yml` 文件中的 HTTP 代理配置 + 5. + 根据需要[设置爬虫的代理IP](https://github.com/201206030/novel-plus/wiki/%E7%88%AC%E8%99%AB%E7%A8%8B%E5%BA%8F-HTTP-%E4%BB%A3%E7%90%86%E8%AE%BE%E7%BD%AE) 6. novel-crawl 目录下使用`bin/novel-crawl.sh start`命令启动爬虫程序 7. 打开浏览器,默认`8083`端口访问 8. 选择已有或新增爬虫源(支持自定义爬虫规则),点击`开启`按钮,开始采集小说数据 diff --git a/novel-admin/pom.xml b/novel-admin/pom.xml index 62c9f01..70b1290 100644 --- a/novel-admin/pom.xml +++ b/novel-admin/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel-admin - 3.6.1 + 3.6.2 jar novel-admin diff --git a/novel-common/pom.xml b/novel-common/pom.xml index 685736d..aa63d57 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 3.6.1 + 3.6.2 4.0.0 @@ -142,7 +142,6 @@ - diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index 3949b1e..8056ac3 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 3.6.1 + 3.6.2 4.0.0 diff --git a/novel-front/pom.xml b/novel-front/pom.xml index 5e17291..762f007 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -5,7 +5,7 @@ novel com.java2nb - 3.6.1 + 3.6.2 4.0.0 diff --git a/pom.xml b/pom.xml index 53ddc34..10e59df 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.java2nb novel - 3.6.1 + 3.6.2 novel-common novel-front