v3.0.1发布

This commit is contained in:
xiongxiaoyang 2020-12-03 02:56:54 +08:00
parent 1be39a0f13
commit 04afa759a7
6 changed files with 15 additions and 26 deletions

View File

@ -10,19 +10,10 @@ Gitee仓库地址 https://gitee.com/xiongxyang/novel-cloud
GitHub仓库地址 https://github.com/201206030/novel-cloud
#### 示例网站
#### 演示地址
[网站1点击前往](http://www.bqmfxs.cn)
[点击前往](http://47.106.243.172:8888/)
[网站2点击前往](http://iyuedu.space)
[网站3点击前往](http://suxiange.com)
[网站4点击前往](http://ruoshu.com)
[网站5点击前往](https://www.jingjiao.net)
[网站6点击前往](http://www.shucheng.in)
#### 前言
@ -143,19 +134,19 @@ novel-plus -- 父工程
1. 首页
![index](https://gitee.com/xiongxyang/novel-plus/raw/release_v2.1.0/assets/QQ%E5%9B%BE%E7%89%8720191018162208.jpg)
![index](https://s3.ax1x.com/2020/12/03/DoywuQ.jpg)
2. 小说详情
2. 小说列表
![微信图片_20190904181558](https://gitee.com/xiongxyang/novel-plus/raw/release_v2.1.0/assets/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20190904181558.png)
![微信图片_20190904181558](https://s3.ax1x.com/2020/12/03/DoyBHs.jpg)
3. 目录
3. 小说详情
![QQ图片20191018161901](https://gitee.com/xiongxyang/novel-plus/raw/release_v2.1.0/assets/QQ%E5%9B%BE%E7%89%8720191108022250.png)
![QQ图片20191018161901](https://s3.ax1x.com/2020/12/03/DoysNq.jpg)
4. 小说阅读页
![QQ图片20191018161901](https://gitee.com/xiongxyang/novel-plus/raw/release_v2.1.0/assets/QQ%E5%9B%BE%E7%89%8720191018161901.png)
![QQ图片20191018161901](https://s3.ax1x.com/2020/12/03/Doyg3T.jpg)
#### 爬虫管理系统截图

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>2.10.0</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -23,13 +23,11 @@ spring:
#连接超时时间毫秒
timeout: 30000
datasource:
url: jdbc:mysql://47.106.243.172:3306/novel_biz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: novel_biz
password: novel_biz!8888
url: jdbc:mysql://127.0.0.1:3306/novel_biz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
username: root
password: test123456
driver-class-name: com.mysql.cj.jdbc.Driver
autoconfigure:
exclude: io.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration
####使用shardingJdbc时
####所有的jdbcType都不能是LONGVARCHAR,否则会导致java.io.NotSerializableException: java.io.StringReader错误

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>2.10.0</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>novel</artifactId>
<groupId>com.java2nb</groupId>
<version>2.10.0</version>
<version>3.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<groupId>com.java2nb</groupId>
<artifactId>novel</artifactId>
<version>2.10.0</version>
<version>3.0.1</version>
<modules>
<module>novel-common</module>
<module>novel-front</module>