Skip to content

Releases: huaweicloud/spring-cloud-huawei

v0.0.2

08 Nov 06:46
c6d1cc5
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

new feature

  • add application name for huawei cloud
  • add project for huawei cloud

v0.0.1

07 Nov 01:58
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Features

open source

  • Spring Cloud use ServiceComb-Service-Center to implement registration and discovery:
    No need to change the code, just modify the individual configuration files(application.yml) to complete the migration.
    Multiple Service-Centers can be launched and the client will select one of the healthy Service-Centers to make the call.

Huawei Cloud

  • Spring Cloud use ServiceStage to implement registration and discovery:
    No need to change the code, just modify the individual configuration files(application.yml) to complete the migration.

  • Spring Cloud use ServiceStage to implement Distributed Transaction:
    (Distributed Transaction Management, DTM) is a product that addresses consistency issues in a distributed environment.

  • Spring Cloud uses ServiceStage distributed configuration service:
    Support for getting configuration from the server, and dynamic updates, following the way of Spring Cloud.

v0.0.1-alpha

03 Nov 09:41
d27af02
Compare
Choose a tag to compare
v0.0.1-alpha Pre-release
Pre-release

open source

  • Spring Cloud use ServiceComb-Service-Center to implement registration and discovery: No need to change the code, just modify the individual configuration files(application.yml) to complete the migration. Multiple Service-Centers can be launched and the client will select one of the healthy Service-Centers to make the call.

Huawei Cloud

  • Spring Cloud use ServiceStage to implement registration and discovery: No need to change the code, just modify the individual configuration files(application.yml) to complete the migration.
  • Spring Cloud use ServiceStage to implement Distributed Transaction: (Distributed Transaction Management, DTM) is a product that addresses consistency issues in a distributed environment.