mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
v3.0.1发布
This commit is contained in:
parent
1be39a0f13
commit
04afa759a7
25
README.md
25
README.md
@ -10,19 +10,10 @@ Gitee仓库地址: https://gitee.com/xiongxyang/novel-cloud
|
|||||||
|
|
||||||
GitHub仓库地址: https://github.com/201206030/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. 首页
|
1. 首页
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
2. 小说详情页
|
2. 小说列表页
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
3. 目录页
|
3. 小说详情页
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
4. 小说阅读页
|
4. 小说阅读页
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 爬虫管理系统截图
|
#### 爬虫管理系统截图
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>2.10.0</version>
|
<version>3.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -23,13 +23,11 @@ spring:
|
|||||||
#连接超时时间(毫秒)
|
#连接超时时间(毫秒)
|
||||||
timeout: 30000
|
timeout: 30000
|
||||||
datasource:
|
datasource:
|
||||||
url: jdbc:mysql://47.106.243.172:3306/novel_biz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
url: jdbc:mysql://127.0.0.1:3306/novel_biz?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=Asia/Shanghai
|
||||||
username: novel_biz
|
username: root
|
||||||
password: novel_biz!8888
|
password: test123456
|
||||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
|
|
||||||
autoconfigure:
|
|
||||||
exclude: io.shardingsphere.shardingjdbc.spring.boot.SpringBootConfiguration
|
|
||||||
|
|
||||||
####使用shardingJdbc时,
|
####使用shardingJdbc时,
|
||||||
####所有的jdbcType都不能是LONGVARCHAR,否则会导致java.io.NotSerializableException: java.io.StringReader错误
|
####所有的jdbcType都不能是LONGVARCHAR,否则会导致java.io.NotSerializableException: java.io.StringReader错误
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>2.10.0</version>
|
<version>3.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<version>2.10.0</version>
|
<version>3.0.1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<groupId>com.java2nb</groupId>
|
<groupId>com.java2nb</groupId>
|
||||||
<artifactId>novel</artifactId>
|
<artifactId>novel</artifactId>
|
||||||
<version>2.10.0</version>
|
<version>3.0.1</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>novel-common</module>
|
<module>novel-common</module>
|
||||||
<module>novel-front</module>
|
<module>novel-front</module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user