mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-04-27 01:40:50 +00:00
升级springcloud版本
This commit is contained in:
parent
792a6a9663
commit
da81f4e294
@ -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
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
BIN
assert/QQ20200531-194300.png
Normal file
BIN
assert/QQ20200531-194300.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
BIN
assert/QQ20200531-194554.png
Normal file
BIN
assert/QQ20200531-194554.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
@ -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
13
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user