diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3ba59fb..0319ccdf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,3 +24,4 @@ - [fix:fix nacos enabled condition bugs.](https://github.com/Tencent/spring-cloud-tencent/pull/794) - [fix:fix instance's weight hard code to 100 bug.](https://github.com/Tencent/spring-cloud-tencent/pull/801) - [feat:update getPort method of PolarisRegistration.](https://github.com/Tencent/spring-cloud-tencent/pull/804) +- [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 dc80a0f8d..4a27c6aad 100644 --- a/spring-cloud-tencent-dependencies/pom.xml +++ b/spring-cloud-tencent-dependencies/pom.xml @@ -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