fix:fix nacos and consul registration. (#921)

pull/930/head
Haotian Zhang 2 years ago committed by GitHub
parent ad9b485bbe
commit 4e37401baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,3 +7,4 @@
- [fix:optimize instance circuit beaker.](https://github.com/Tencent/spring-cloud-tencent/pull/909)
- [fix:optimize multi service registration and discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/912)
- [feature: improve circuit breaker usage.](https://github.com/Tencent/spring-cloud-tencent/pull/913)
- [fix:fix nacos and consul registration.](https://github.com/Tencent/spring-cloud-tencent/pull/921)

@ -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-2021.0.6</version>
<version>1.10.2-2021.0.6</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-2021.0.6</version>
<version>1.10.2-2021.0.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -73,7 +73,7 @@
<revision>1.11.0-2021.0.6-SNAPSHOT</revision>
<!-- Dependencies -->
<polaris.version>1.11.2</polaris.version>
<polaris.version>1.11.3-SNAPSHOT</polaris.version>
<guava.version>31.0.1-jre</guava.version>
<logback.version>1.2.11</logback.version>
<mocktio.version>4.5.1</mocktio.version>

Loading…
Cancel
Save