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
SkyeBeFreeman ecb5819648
Merge branch 'main' of github.com:Tencent/spring-cloud-tencent
3 years ago
.github
.mvn/wrapper
changes
spring-cloud-starter-tencent-metadata-transfer
spring-cloud-starter-tencent-polaris-circuitbreaker
spring-cloud-starter-tencent-polaris-config
spring-cloud-starter-tencent-polaris-discovery
spring-cloud-starter-tencent-polaris-ratelimit
spring-cloud-starter-tencent-polaris-router
spring-cloud-tencent-commons
spring-cloud-tencent-coverage
spring-cloud-tencent-dependencies
spring-cloud-tencent-examples feat: 支持灰度发布的demo (#193) 3 years ago
spring-cloud-tencent-polaris-context
spring-cloud-tencent-polaris-loadbalancer
src/checkstyle
.editorconfig
.gitignore
CHANGELOG.md
CONTRIBUTING.md
Code-of-Conduct.md
LICENSE
README-zh.md
README.md
mvnw
mvnw.cmd
pom.xml

README.md

Spring Cloud Tencent

Build Status Maven Central License Percentage of issues still open PRs Welcome

English | 简体中文

Introduction

Spring Cloud Tencent is a open source one-stop microservice solution from Tencent.

Spring Cloud Tencent implements the Spring Cloud standard microservice SPI, so developers can quickly develop Spring Cloud cloud-native distributed applications based on Spring Cloud Tencent.

The core of Spring Cloud Tencent relies on Tencent's open-source one-stop service discovery and governance platform Polaris to realize various distributed microservice scenarios.

The capabilities provided by Spring Cloud Tencent include but are not limited to:

  • Service registration and discovery
  • Dynamic configuration management
  • Service Governance
    • Service rate limit
    • Service circuit breaker
    • Service routing
    • ...
  • Label transparent transmission

Screenshots

image

Use Guide

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

For example:

<!-- add spring-cloud-tencent bom  -->
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.tencent.cloud</groupId>
            <artifactId>spring-cloud-tencent-dependencies</artifactId>
            <!--version number-->
            <version>${version}</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>

Chat Group

Please scan the QR code to join the chat group.

License

The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file LICENSE

Stargazers over time

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

Stargazers over time