You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
youta 0a94779950
Support reactive discovery clinet health Indicator. (#983)
2 years ago
.github docs:prevent the release of the final version of the sdk. (#943) 2 years ago
.mvn/wrapper docs:update mvnw. (#476) 2 years ago
changes begin:1.12.0. 2 years ago
doc/logo add full size logos (#349) 2 years ago
spring-cloud-starter-tencent-all refactor:optimize sct-all. (#887) 2 years ago
spring-cloud-starter-tencent-metadata-transfer feature: add ratelimit provider info and refactor ratelimit use arguments (#903) 2 years ago
spring-cloud-starter-tencent-polaris-circuitbreaker refactor: refactor circuitbreaker (#963) 2 years ago
spring-cloud-starter-tencent-polaris-config feature: add config for customized local port (#923) 2 years ago
spring-cloud-starter-tencent-polaris-discovery Support reactive discovery clinet health Indicator. (#983) 2 years ago
spring-cloud-starter-tencent-polaris-ratelimit feat:support webclient and gateway report call metrics (#924) 2 years ago
spring-cloud-starter-tencent-polaris-router refactor:refactor reactor code in router module. (#955) 2 years ago
spring-cloud-tencent-commons fix: custom spi metadata loaded bug (#973) 2 years ago
spring-cloud-tencent-coverage fix: adapt for nacos instance (#935) 2 years ago
spring-cloud-tencent-dependencies begin:1.12.0. 2 years ago
spring-cloud-tencent-examples refactor: refactor circuitbreaker (#963) 2 years ago
spring-cloud-tencent-plugin-starters fix: adapt for nacos instance (#935) 2 years ago
spring-cloud-tencent-polaris-context refactor:refactor reactor code in router module. (#955) 2 years ago
spring-cloud-tencent-rpc-enhancement refactor: refactor circuitbreaker (#963) 2 years ago
src/checkstyle refactor:optimize project and code. (#407) 2 years ago
.editorconfig feat:optimize project structure and checkstyle 3 years ago
.gitignore feat:first commit 3 years ago
.licenserc.yaml docs:Add license checker GitHub Action. (#839) 2 years ago
CHANGELOG.md Support reactive discovery clinet health Indicator. (#983) 2 years ago
CONTRIBUTING.md Maybe remove Chinese characters (#607) 2 years ago
Code-of-Conduct.md docs:update Version Standard of README.md and fix maven dependencies bug. 3 years ago
LICENSE feat:merge features from 1.5.x-Hoxton.SR9. (#250) 2 years ago
README-zh.md begin:1.12.0. 2 years ago
README.md begin:1.12.0. 2 years ago
codecov.yml fix:fix the error capture of rate limit exception. (#854) 2 years ago
mvnw docs:update mvnw. (#476) 2 years ago
mvnw.cmd docs:update mvnw. (#476) 2 years ago
pom.xml begin:1.12.0. 2 years ago

README.md

Spring-Cloud-Tencent-Logo

Wiki Maven Central Contributors License

Test with Junit codecov.io

English | 简体中文

README:

Visit Wiki to learn more

Introduction

Spring Cloud Tencent is an one-stop microservice solution which implements the standard Spring Cloud SPI. It integrates Spring Cloud with Tencent middlewares and makes it easy to develop microservice.

Service discovery and governance

Spring Cloud Tencent integrates Spring Cloud with Polaris which is an open source system for service discovery and governance.

Spring Cloud with Polaris can solve these problem:

  • service management: service discovery, service registry and health check
  • traffic control: customizable routing, load balance, rate limiting and access control
  • fault tolerance: circuit breaker for service, interface and instance
  • config management: config version control, grayscale release and dynamic update

How to build

Run these commands to build this project as follow.

Linux and Mac

./mvnw clean package

Windows

.\mvnw.cmd clean package

How to use

All the components of Spring Cloud Tencent have been uploaded to the Maven central repository, just need to introduce dependencies.

Notice:

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 .

For example:

<!-- add spring-cloud-tencent bom  -->
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.tencent.cloud</groupId>
            <artifactId>spring-cloud-tencent-dependencies</artifactId>
            <!--version number-->
            <version>1.11.1-2021.0.6</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>    
                 
<!-- add spring-cloud-starter-tencent-polaris-discovery dependency  -->
<dependencies>
    <dependency>
        <groupId>com.tencent.cloud</groupId>
        <artifactId>spring-cloud-starter-tencent-polaris-discovery</artifactId>
    </dependency>
</dependencies>

Examples

The experience environment of Polaris is provided for developers:

The address of Polaris server in spring-cloud-tencent-example is grpc://183.47.111.80:8091 by default.

Chat Group

Please scan the QR code to join the chat group.

Stargazers over time

If you are interested in Spring Cloud Tencent, please follow our project, thank you very much.

Stargazers over time