From ff3f6a66bd251b67b24892dd6777102e371b2c13 Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Wed, 18 Jan 2023 17:53:35 +0800 Subject: [PATCH] fix:fix some compile output issues. --- CHANGELOG.md | 1 + README-zh.md | 5 +++-- README.md | 5 +++-- spring-cloud-tencent-dependencies/pom.xml | 4 +++- .../spring-cloud-tencent-gateway-plugin/pom.xml | 16 +++++++++++----- 5 files changed, 21 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec3cb71e9..57493dd11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,3 +20,4 @@ - [Feature: support nacos registry](https://github.com/Tencent/spring-cloud-tencent/pull/757) - [Bugfix: fix reactor concurrent bug when get instances & fix spring-retry fuse not working bug](https://github.com/Tencent/spring-cloud-tencent/pull/775) - [Fix issue: prompt no registration if web dependence was not imported.](https://github.com/Tencent/spring-cloud-tencent/pull/777) +- [fix:fix some compile output issues.](https://github.com/Tencent/spring-cloud-tencent/pull/813) diff --git a/README-zh.md b/README-zh.md index 2ca494feb..089985aa8 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.1-2020.0.5 + 1.8.5-2020.0.5 pom import diff --git a/README.md b/README.md index 4585a766d..5f897abd2 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.1-2020.0.5 + 1.8.5-2020.0.5 pom import diff --git a/spring-cloud-tencent-dependencies/pom.xml b/spring-cloud-tencent-dependencies/pom.xml index f746931c4..4a27c6aad 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -73,7 +73,7 @@ 1.9.0-2020.0.5-SNAPSHOT - 1.10.1-SNAPSHOT + 1.10.1 1.2.11 4.5.1 1.12.10 @@ -84,6 +84,7 @@ 2.0.1 + 3.3.0 3.2.0 1.2.7 3.0.1 @@ -316,6 +317,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 863f6fc9a..264dc78b5 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