From 4bf495b6c098a95a2dfdf8a13823f02633edb510 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Fri, 15 Jul 2022 22:47:40 +0800 Subject: [PATCH 01/15] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a48456b..ca49bc2 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,10 @@ novel-plus -- 父工程 **注:部分环境(如新版 Mac OS 系统)获取不到主机 IP,需要手动修改 hosts 文件,增加 IP-主机名(通过 hostname 命令查看主机名)的映射。** +## 爬虫规则 + +[点击查看](https://github.com/201206030/novel-plus/wiki/%E7%88%AC%E8%99%AB%E6%BA%90%E8%A7%84%E5%88%99) + ## 代码仓库 GitHub 仓库地址: https://github.com/201206030/novel-plus From 5fb17177700e93669f52840617004e035c631114 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Fri, 15 Jul 2022 22:49:11 +0800 Subject: [PATCH 02/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca49bc2..8227e1d 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ novel-plus -- 父工程 ├── novel-common -- 通用模块 ├── novel-front -- 前台门户&作家后台 ├── novel-crawl -- 爬虫 -├── novel-admin -- 平台后台 +├── novel-admin -- 管理后台 └── templates -- 前端模版 ``` From e0686f079c300148b3fcf78e44031ebdfec6297c Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Sat, 16 Jul 2022 07:08:50 +0800 Subject: [PATCH 03/15] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8227e1d..2ae02b6 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,10 @@ novel-plus -- 父工程 [点击查看](https://github.com/201206030/novel-plus/wiki/%E7%88%AC%E8%99%AB%E6%BA%90%E8%A7%84%E5%88%99) +## 增值服务 + +[点击查看](https://201206030.github.io/service.htm) + ## 代码仓库 GitHub 仓库地址: https://github.com/201206030/novel-plus From 617f6f50b0cec9f7f8df59b41ce179eed2c75013 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Mon, 18 Jul 2022 13:14:27 +0800 Subject: [PATCH 04/15] Update README.md --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ae02b6..791b8bf 100644 --- a/README.md +++ b/README.md @@ -129,9 +129,13 @@ novel-plus -- 父工程 **注:部分环境(如新版 Mac OS 系统)获取不到主机 IP,需要手动修改 hosts 文件,增加 IP-主机名(通过 hostname 命令查看主机名)的映射。** -## 爬虫规则 +## 包安装教程 -[点击查看](https://github.com/201206030/novel-plus/wiki/%E7%88%AC%E8%99%AB%E6%BA%90%E8%A7%84%E5%88%99) +[点击查看](https://xxyopen.com/2022/07/18/doc/novel-plus/install/package.html) + +## 宝塔安装教程 + +[点击查看](https://xxyopen.com/2022/07/18/doc/novel-plus/install/bt.html) ## 增值服务 From 01984f7137334b53c8c533b1db868b799baea762 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Mon, 18 Jul 2022 18:20:06 +0800 Subject: [PATCH 05/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 791b8bf..7219cb7 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ novel-plus -- 父工程 2. 使用`unzip novel-crawl.zip`命令解压 novel-crawl.zip 3. 修改 `config/application-common-prod.yml` 文件中的数据库配置 4. 修改 `config/application-common-prod.yml` 文件中的管理员账号密码 -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) +5. 根据需要[设置爬虫的代理IP](https://xxyopen.com/2022/07/18/doc/novel-plus/proxy) 6. novel-crawl 目录下使用`bin/novel-crawl.sh start`命令启动爬虫程序 7. 打开浏览器,默认`8083`端口访问 8. 选择已有或新增爬虫源(支持自定义爬虫规则),点击`开启`按钮,开始采集小说数据 From 4f6ec5aa0fc1c6a396498aa9d5f7e4bee72e4969 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Wed, 20 Jul 2022 06:17:48 +0800 Subject: [PATCH 06/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7219cb7..62f2da5 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ novel-plus -- 父工程 2. 使用`unzip novel-crawl.zip`命令解压 novel-crawl.zip 3. 修改 `config/application-common-prod.yml` 文件中的数据库配置 4. 修改 `config/application-common-prod.yml` 文件中的管理员账号密码 -5. 根据需要[设置爬虫的代理IP](https://xxyopen.com/2022/07/18/doc/novel-plus/proxy) +5. 根据需要[设置爬虫的代理IP](https://www.xxyopen.com/2022/07/18/doc/novel-plus/proxy.html) 6. novel-crawl 目录下使用`bin/novel-crawl.sh start`命令启动爬虫程序 7. 打开浏览器,默认`8083`端口访问 8. 选择已有或新增爬虫源(支持自定义爬虫规则),点击`开启`按钮,开始采集小说数据 From 05608d0316d5ac76f47fa86197f92a02fc110ca9 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Wed, 20 Jul 2022 06:18:52 +0800 Subject: [PATCH 07/15] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 62f2da5..6d3cf42 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,6 @@ novel-plus -- 父工程 | Thymeleaf | 模板引擎 | Layui | 前端 UI 框架 -## 演示图 - -[点击查看](https://github.com/201206030/novel-plus/wiki/novel%E4%B8%80plus-%E6%BC%94%E7%A4%BA%E5%9B%BE) - ## 源码安装教程 ### JDK 安装 From e3010ea81e94e09e0519f7cb058e3c6d094b4b80 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Wed, 20 Jul 2022 06:21:54 +0800 Subject: [PATCH 08/15] Update README.md --- README.md | 123 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 123 insertions(+) diff --git a/README.md b/README.md index 6d3cf42..41e860b 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,129 @@ novel-plus -- 父工程 | Thymeleaf | 模板引擎 | Layui | 前端 UI 框架 +## 项目截图 + +### 橙色主题模版截图 + +#### PC站截图 + +1. 首页 + + + +2. 分类索引页 + + + +3. 搜索页 + + + + + +4. 排行榜 + + + +5. 详情页 + + + +6. 阅读页 + + + +7. 用户中心 + + + +8. 充值 + + + + + +9. 作家专区 + + + + + + + + + +10. 购买 + + + + + +#### 手机站截图 + +1. 首页 + + <img src="https://s3.ax1x.com/2020/12/27/r5447n.jpg" alt="index" width="300" /> + +2. 小说列表页 + + <img src="https://s3.ax1x.com/2020/12/27/r55xKg.jpg" alt="微信图片_20190904181558" width="300" /> + +3. 小说详情页 + + <img src="https://s3.ax1x.com/2020/12/28/roZWOf.jpg" alt="QQ图片20191018161901" width="300" /> + +4. 小说阅读页 + + <img src="https://s3.ax1x.com/2020/12/27/r55Stx.jpg" alt="QQ图片20191018161901" width="300" /> + +#### 爬虫管理系统截图 + + + + + +#### 后台管理系统截图 + + + + + + + + + +### 深色主题模版截图 + +#### PC站截图 + +1. 首页 + +  + +#### 手机站截图 + +1. 首页 + +  + +4. 小说详情页 + +  + +5. 目录页 + +  + +5. 小说阅读页 + +  + +### 蓝色主题模版截图(更新中) + + + + ## 源码安装教程 ### JDK 安装 From 0112af202b3dc1367094b6f47e963e972089a764 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Wed, 20 Jul 2022 06:24:29 +0800 Subject: [PATCH 09/15] Update README.md --- README.md | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 41e860b..9213974 100644 --- a/README.md +++ b/README.md @@ -127,21 +127,16 @@ novel-plus -- 父工程 #### 手机站截图 -1. 首页 +<p align="center"> - <img src="https://s3.ax1x.com/2020/12/27/r5447n.jpg" alt="index" width="300" /> + <img src="https://s3.ax1x.com/2020/12/27/r5447n.jpg" width="300" /> + <img src="https://s3.ax1x.com/2020/12/27/r55xKg.jpg" width="300" /> + <img src="https://s3.ax1x.com/2020/12/28/roZWOf.jpg" width="300" /> + <img src="https://s3.ax1x.com/2020/12/27/r55Stx.jpg" width="300" /> -2. 小说列表页 - <img src="https://s3.ax1x.com/2020/12/27/r55xKg.jpg" alt="微信图片_20190904181558" width="300" /> -3. 小说详情页 - - <img src="https://s3.ax1x.com/2020/12/28/roZWOf.jpg" alt="QQ图片20191018161901" width="300" /> - -4. 小说阅读页 - - <img src="https://s3.ax1x.com/2020/12/27/r55Stx.jpg" alt="QQ图片20191018161901" width="300" /> +</p> #### 爬虫管理系统截图 @@ -169,21 +164,13 @@ novel-plus -- 父工程 #### 手机站截图 -1. 首页 +<p align="center"> + <img src="https://static.oschina.net/uploads/img/202006/24151812_OOob.jpg" width="300" /> + <img src="https://static.oschina.net/uploads/img/202006/24151812_ZosF.png" width="300" /> + <img src="https://static.oschina.net/uploads/img/202006/24151812_Krva.png" width="300" /> + <img src="https://static.oschina.net/uploads/img/202006/24151813_fDgT.png" width="300" /> -  - -4. 小说详情页 - -  - -5. 目录页 - -  - -5. 小说阅读页 - -  +</p> ### 蓝色主题模版截图(更新中) From 3d9f52ffee7515872b33ff879c023ab81bbe3d59 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Wed, 20 Jul 2022 06:28:17 +0800 Subject: [PATCH 10/15] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9213974..720d8c0 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ novel-plus -- 父工程 | MyBatis | 持久层 ORM 框架 | MyBatis Dynamic SQL | Mybatis 动态 sql | PageHelper | MyBatis 分页插件 -| MyBatisGenerator | 持久层代码生成插件 -| Sharding-Jdbc | 代码层分库分表中间件 +| MyBatis Generator | 持久层代码生成插件 +| Sharding-JDBC | 代码层分库分表中间件 | JJWT | JWT 登录支持 -| SpringSecurity | 安全框架 -| Shiro | 安全框架 +| Spring Security | 安全框架 +| Apache Shiro | 安全框架 | Ehcache | Java 进程内缓存框架(默认缓存) | Redis | 分布式缓存(缓存替换方案,默认关闭,一行配置开启) | Elasticsearch | 搜索引擎(搜索增强方案,默认关闭,一行配置开启) From 7640d153acc45889d9e5bb32ea04a2c6d56aa7f4 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Thu, 21 Jul 2022 21:28:26 +0800 Subject: [PATCH 11/15] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 720d8c0..69fc7a6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## 官网 -https://201206030.github.io +https://novel.xxyopen.com ## 学习版 @@ -245,7 +245,7 @@ novel-plus -- 父工程 ## 增值服务 -[点击查看](https://201206030.github.io/service.htm) +[点击查看](https://novel.xxyopen.com/service.htm) ## 代码仓库 From d96262081445b6c0fbf581dac4f98e5affba40a9 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Sun, 24 Jul 2022 14:51:09 +0800 Subject: [PATCH 12/15] Update README.md --- README.md | 56 +------------------------------------------------------ 1 file changed, 1 insertion(+), 55 deletions(-) diff --git a/README.md b/README.md index 69fc7a6..4f1eca4 100644 --- a/README.md +++ b/README.md @@ -179,61 +179,7 @@ novel-plus -- 父工程 ## 源码安装教程 -### JDK 安装 - - 建议[安装 JDK 8](https://docs.oracle.com/javase/8/docs/technotes/guides/install/linux_jdk.html) - -### MySQL 安装: - -1. [安装 MySQL 服务](https://dev.mysql.com/doc/refman/8.0/en/linux-installation.html) -2. 修改 MySQL`max_allowed_packet `配置(建议 100 M) -3. 新建数据库,设置编码为 utf8mb4 -4. 执行 doc/sql/novel_plus.sql 脚本文件 - -### Maven 安装 - - [安装 Apache Maven](https://maven.apache.org/install.html) - -### 源码打包 - - novel-plus 根目录下执行打包命令`mvn clean package -Dmaven.test.skip` - -### 爬虫安装 - -1. 上传 novel-crawl/target/build/novel-crawl.zip 压缩包到 Linux 服务器的 novel-crawl 目录 -2. 使用`unzip novel-crawl.zip`命令解压 novel-crawl.zip -3. 修改 `config/application-common-prod.yml` 文件中的数据库配置 -4. 修改 `config/application-common-prod.yml` 文件中的管理员账号密码 -5. 根据需要[设置爬虫的代理IP](https://www.xxyopen.com/2022/07/18/doc/novel-plus/proxy.html) -6. novel-crawl 目录下使用`bin/novel-crawl.sh start`命令启动爬虫程序 -7. 打开浏览器,默认`8083`端口访问 -8. 选择已有或新增爬虫源(支持自定义爬虫规则),点击`开启`按钮,开始采集小说数据 -11. novel-crawl 目录下使用`bin/novel-crawl.sh status`命令查看爬虫程序的运行状态 - -### 前台安装 - -1. 上传 novel-front/target/build/novel-front.zip 压缩包到 Linux 服务器的 novel-front 目录 -2. 使用`unzip novel-front.zip`命令解压 novel-front.zip -3. 修改 `config/application-common-prod.yml` 文件中的数据库配置 -4. 修改 `config/application-website.yml` 配置文件中的网站信息 -5. novel-front 目录下使用`bin/novel-front.sh start`命令启动前台程序 -6. 打开浏览器,默认`8085`端口访问 -7. novel-front 目录下使用`bin/novel-front.sh stop`命令停止前台程序 -8. novel-front 目录下使用`bin/novel-front.sh restart`命令重启前台程序 -9. novel-front 目录下使用`bin/novel-front.sh status`命令查看前台程序的运行状态 - -### 后台安装 - -1. 上传 novel-admin/target/build/novel-admin.zip 压缩包到 Linux 服务器的 novel-admin 目录 -2. 使用`unzip novel-admin.zip`命令解压 novel-admin.zip -3. 修改 `config/application-prod.yml` 文件中的数据库配置 -4. novel-admin 目录下使用`bin/novel-admin.sh start`命令启动后台程序 -5. 打开浏览器,默认`8088`端口访问 -6. novel-admin 目录下使用`bin/novel-admin.sh stop`命令停止后台程序 -7. novel-admin 目录下使用`bin/novel-admin.sh restart`命令重启后台程序 -8. novel-admin 目录下使用`bin/novel-admin.sh status`命令查看后台程序的运行状态 - -**注:部分环境(如新版 Mac OS 系统)获取不到主机 IP,需要手动修改 hosts 文件,增加 IP-主机名(通过 hostname 命令查看主机名)的映射。** +[点此查看](http://localhost:4000/2022/07/18/doc/novel-plus/install/source.html) ## 包安装教程 From 2f62641b63e3eb235520270862a3885b6aa1f314 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Sun, 24 Jul 2022 14:53:27 +0800 Subject: [PATCH 13/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f1eca4..12c8fa5 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ novel-plus -- 父工程 ## 源码安装教程 -[点此查看](http://localhost:4000/2022/07/18/doc/novel-plus/install/source.html) +[点此查看](http://xxyopen.com/2022/07/18/doc/novel-plus/install/source.html) ## 包安装教程 From 7be529fe4a0b656e61e156cd06596696feca6962 Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Tue, 26 Jul 2022 17:11:15 +0800 Subject: [PATCH 14/15] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 12c8fa5..3bcb2c4 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,10 @@ novel-plus -- 父工程 [点击查看](https://novel.xxyopen.com/service.htm) +## 更多 + +- [谷歌搜索](https://www.google.com/search?q=%E5%B0%8F%E8%AF%B4%E7%B2%BE%E5%93%81%E5%B1%8B) + ## 代码仓库 GitHub 仓库地址: https://github.com/201206030/novel-plus From 1f571f9b64fb503620c42b3f4176e38b7c5efd6d Mon Sep 17 00:00:00 2001 From: xxy <1179705413@qq.com> Date: Tue, 26 Jul 2022 17:22:25 +0800 Subject: [PATCH 15/15] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bcb2c4..c2748ab 100644 --- a/README.md +++ b/README.md @@ -183,15 +183,15 @@ novel-plus -- 父工程 ## 包安装教程 -[点击查看](https://xxyopen.com/2022/07/18/doc/novel-plus/install/package.html) +[点此查看](https://xxyopen.com/2022/07/18/doc/novel-plus/install/package.html) ## 宝塔安装教程 -[点击查看](https://xxyopen.com/2022/07/18/doc/novel-plus/install/bt.html) +[点此查看](https://xxyopen.com/2022/07/18/doc/novel-plus/install/bt.html) ## 增值服务 -[点击查看](https://novel.xxyopen.com/service.htm) +[点此查看](https://novel.xxyopen.com/service.htm) ## 更多