diff --git a/README.md b/README.md index d9475b4..6dcbf30 100644 --- a/README.md +++ b/README.md @@ -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. 首页 -  +  -2. 小说详情页 +2. 小说列表页 -  +  -3. 目录页 +3. 小说详情页 -  +  4. 小说阅读页 -  +  #### 爬虫管理系统截图 diff --git a/novel-common/pom.xml b/novel-common/pom.xml index 08941b9..0bc7e37 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -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> diff --git a/novel-common/src/main/resources/application-common-dev.yml b/novel-common/src/main/resources/application-common-dev.yml index 4c84052..2e0792c 100644 --- a/novel-common/src/main/resources/application-common-dev.yml +++ b/novel-common/src/main/resources/application-common-dev.yml @@ -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错误 diff --git a/novel-crawl/pom.xml b/novel-crawl/pom.xml index d12b2cd..38bc42e 100644 --- a/novel-crawl/pom.xml +++ b/novel-crawl/pom.xml @@ -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> diff --git a/novel-front/pom.xml b/novel-front/pom.xml index 6ba9665..0da50ac 100644 --- a/novel-front/pom.xml +++ b/novel-front/pom.xml @@ -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> diff --git a/pom.xml b/pom.xml index aac144e..6250778 100644 --- a/pom.xml +++ b/pom.xml @@ -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>