fix:fix nacos and consul registration.

pull/922/head
Haotian Zhang 3 years ago
parent b88ff4d187
commit e2c5b11469

@ -5,3 +5,4 @@
- [fix:remove the secondary report.](https://github.com/Tencent/spring-cloud-tencent/pull/901)
- [fix:optimize instance circuit beaker.](https://github.com/Tencent/spring-cloud-tencent/pull/910)
- [fix:optimize multi service registration and discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/915)
- [fix:fix nacos and consul registration.](https://github.com/Tencent/spring-cloud-tencent/pull/922)

@ -79,7 +79,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.10.0-2022.0.1</version>
<version>1.10.2-2022.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -76,7 +76,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.10.0-2022.0.1</version>
<version>1.10.2-2022.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -73,7 +73,7 @@
<revision>1.11.0-2022.0.1-SNAPSHOT</revision>
<!-- Dependencies -->
<polaris.version>1.11.2</polaris.version>
<polaris.version>1.11.3-SNAPSHOT</polaris.version>
<guava.version>31.1-jre</guava.version>
<mocktio.version>4.9.0</mocktio.version>
<byte-buddy.version>1.12.19</byte-buddy.version>

Loading…
Cancel
Save