diff --git a/README.md b/README.md index d89be0c..a685bee 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ #### 介绍 -Novel-Cloud是基于[小说精品屋-plus](https://www.oschina.net/p/novel-plus)构建的Spring Cloud 微服务小说门户学习平台,致力于原创文学阅读与写作,提供了爬虫工具用于开发过程中测试数据的采集。采用了Spring Boot 2 、Spring Cloud Greenwich、 MyBatis3DynamicSql、Redis、Mq、Elasticsearch、Docker等流行技术,集成了Nacos注册中心/配置中心、Spring Cloud Gateway网关、Spring Boot Admin监控中心等基础服务。前端计划使用Vue开发,后台接口一期开发已完成(充值/作家专区除外的所有接口)。 +Novel-Cloud是基于[小说精品屋-plus](https://www.oschina.net/p/novel-plus)构建的Spring Cloud 微服务小说门户学习平台,致力于原创文学阅读与写作,提供了爬虫工具用于开发过程中测试数据的采集。采用了Spring Boot 2.2.5.RELEASE 、Spring Cloud Hoxton.SR4、 MyBatis3DynamicSql、Redis、Mq、Elasticsearch、Docker等流行技术,集成了Nacos注册中心/配置中心、Spring Cloud Gateway网关、Spring Boot Admin监控中心等基础服务。前端计划使用Vue开发,后台接口一期开发已完成(充值/作家专区除外的所有接口)。 #### 演示地址 @@ -80,6 +80,8 @@ novel-cloud ![QQ20200520-215756](./assert/QQ20200528-020445.png) + ![QQ20200520-215756](./assert/QQ20200531-194554.png) + ![QQ20200520-215756](./assert/QQ20200528-020543.png) @@ -93,7 +95,7 @@ novel-cloud ![QQ20200520-215756](./assert/QQ20200528-221348.png) - + ![QQ20200520-215756](./assert/QQ20200529-082052.png) 5. 门户网站 diff --git a/assert/QQ20200531-194300.png b/assert/QQ20200531-194300.png new file mode 100644 index 0000000..f5e6f98 Binary files /dev/null and b/assert/QQ20200531-194300.png differ diff --git a/assert/QQ20200531-194554.png b/assert/QQ20200531-194554.png new file mode 100644 index 0000000..1e812d7 Binary files /dev/null and b/assert/QQ20200531-194554.png differ diff --git a/novel-common/pom.xml b/novel-common/pom.xml index 949be9c..19efa4f 100644 --- a/novel-common/pom.xml +++ b/novel-common/pom.xml @@ -79,16 +79,6 @@ commons-lang3 - - org.apache.httpcomponents - httpclient - - - commons-logging - commons-logging - - - io.jsonwebtoken diff --git a/pom.xml b/pom.xml index 5be24c0..3cde299 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.8.RELEASE + 2.2.5.RELEASE @@ -37,7 +37,7 @@ UTF-8 UTF-8 1.8 - Greenwich.SR2 + Hoxton.SR4 0.2.2.RELEASE 2.7.0 true @@ -48,7 +48,6 @@ 1.2.5 1.0.2 3.4 - 4.5.2 0.10.6 6.2.2 6.3.1 @@ -59,7 +58,7 @@ 1.3.1 1.26.1-RELEASE 4.9.153.ALL - 2.1.5 + 2.2.3 1.0.0 1.0.0 @@ -229,12 +228,6 @@ - - - org.apache.httpcomponents - httpclient - ${httpclient.version} -