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

pull/929/head
Haotian Zhang 2 years ago committed by GitHub
parent 098d85d7f1
commit 99bef6ebc7
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/908)
- [fix:optimize multi service registration and discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/914)
- [feature: improve circuit breaker usage.](https://github.com/Tencent/spring-cloud-tencent/pull/916)
- [fix:fix nacos and consul registration.](https://github.com/Tencent/spring-cloud-tencent/pull/919)

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

@ -73,7 +73,7 @@
<revision>1.11.0-2020.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