升级springcloud版本

This commit is contained in:
xiongxiaoyang 2020-05-31 19:51:00 +08:00
parent 792a6a9663
commit da81f4e294
5 changed files with 7 additions and 22 deletions

View File

@ -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)

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 117 KiB

View File

@ -79,16 +79,6 @@
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>

13
pom.xml
View File

@ -29,7 +29,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.8.RELEASE</version>
<version>2.2.5.RELEASE</version>
<relativePath/>
</parent>
@ -37,7 +37,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.SR2</spring-cloud.version>
<spring-cloud.version>Hoxton.SR4</spring-cloud.version>
<nacos.version>0.2.2.RELEASE</nacos.version>
<swagger.version>2.7.0</swagger.version>
<maven.test.skip>true</maven.test.skip>
@ -48,7 +48,6 @@
<pagehelper.version>1.2.5</pagehelper.version>
<orderbyhelper.version>1.0.2</orderbyhelper.version>
<commons-lang3.version>3.4</commons-lang3.version>
<httpclient.version>4.5.2</httpclient.version>
<jjwt.version>0.10.6</jjwt.version>
<elasticsearch.version>6.2.2</elasticsearch.version>
<jest.version>6.3.1</jest.version>
@ -59,7 +58,7 @@
<commons-fileupload.version>1.3.1</commons-fileupload.version>
<fastdfs-client.version>1.26.1-RELEASE</fastdfs-client.version>
<alipay-sdk-java.version>4.9.153.ALL</alipay-sdk-java.version>
<admin-starter-server.version>2.1.5</admin-starter-server.version>
<admin-starter-server.version>2.2.3</admin-starter-server.version>
<novel-common.version>1.0.0</novel-common.version>
<novel-user-api.version>1.0.0</novel-user-api.version>
@ -229,12 +228,6 @@
</dependency>
<!--httpclient-->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- jwt -->
<dependency>