From 4485fe3136b18a1d48d24c456af59fbb7e8358be Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Thu, 19 Jan 2023 10:18:33 +0800 Subject: [PATCH] fix:fix some compile output issues. (#814) --- CHANGELOG.md | 1 + README-zh.md | 5 +++-- README.md | 5 +++-- spring-cloud-tencent-dependencies/pom.xml | 2 ++ .../spring-cloud-tencent-gateway-plugin/pom.xml | 16 +++++++++++----- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6a2113..16573cde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,3 +27,4 @@ - [fix:fix nacos enabled condition bugs.](https://github.com/Tencent/spring-cloud-tencent/pull/793) - [fix:fix instance's weight hard code to 100 bug.](https://github.com/Tencent/spring-cloud-tencent/pull/802) - [feat:update getPort method of PolarisRegistration.](https://github.com/Tencent/spring-cloud-tencent/pull/803) +- [fix:fix some compile output issues.](https://github.com/Tencent/spring-cloud-tencent/pull/814) diff --git a/README-zh.md b/README-zh.md index 13808294..b468684c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -65,7 +65,8 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要 > 支持Spring Cloud 版本:2022.0、2021.0、2020.0、Hoxton。 > > Spring Cloud Tencent -> 的版本列表可以查看 [Spring Cloud Tencent 版本管理](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86) +> 的版本列表可以查看 +> [Spring Cloud Tencent 版本管理](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86) > 。 例如: @@ -78,7 +79,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要 com.tencent.cloud spring-cloud-tencent-dependencies - 1.8.2-2021.0.3 + 1.8.3-2021.0.3 pom import diff --git a/README.md b/README.md index 9f4731d5..36b03a3d 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,8 @@ dependencies. > Support Spring Cloud 2022.0, 2021.0, 2020.0, Hoxton. > > The version list of Spring Cloud Tencent can be found -> in [Spring Cloud Tencent Version Management](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86) +> in +> [Spring Cloud Tencent Version Management](https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-%E7%89%88%E6%9C%AC%E7%AE%A1%E7%90%86) > . For example: @@ -75,7 +76,7 @@ For example: com.tencent.cloud spring-cloud-tencent-dependencies - 1.8.2-2021.0.3 + 1.8.3-2021.0.3 pom import diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index 9d676e80..be7d7ac3 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -83,6 +83,7 @@ 2.0.1 + 3.3.0 3.2.0 1.2.7 3.0.1 @@ -297,6 +298,7 @@ org.apache.maven.plugins maven-javadoc-plugin + ${maven-javadoc-plugin.verison} attach-javadocs diff --git a/spring-cloud-tencent-plugin-starters/spring-cloud-tencent-gateway-plugin/pom.xml b/spring-cloud-tencent-plugin-starters/spring-cloud-tencent-gateway-plugin/pom.xml index 863f6fc9..264dc78b 100644 --- a/spring-cloud-tencent-plugin-starters/spring-cloud-tencent-gateway-plugin/pom.xml +++ b/spring-cloud-tencent-plugin-starters/spring-cloud-tencent-gateway-plugin/pom.xml @@ -1,6 +1,6 @@ - spring-cloud-tencent-plugin-starters @@ -14,15 +14,21 @@ Spring Cloud Tencent Gateway Plugin + + com.tencent.cloud + spring-cloud-starter-tencent-polaris-config + + org.springframework.cloud spring-cloud-gateway-server - provided + true - com.tencent.cloud - spring-cloud-starter-tencent-polaris-config + org.springframework.boot + spring-boot-starter-webflux + true