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
Haotian Zhang 8869e901b9
refactor:refactor reactor code in router module. (#959)
1 year ago
.github docs:prevent the release of the final version of the sdk. (#944) 1 year ago
.mvn/wrapper docs:update mvnw. (#476) 2 years ago
changes begin 1.11.0. 1 year ago
doc/logo add full size logos (#349) 2 years ago
spring-cloud-starter-tencent-all refactor:optimize sct-all. (#888) 1 year ago
spring-cloud-starter-tencent-metadata-transfer feature: add ratelimit provider info and refactor ratelimit use arguments (#904) 1 year ago
spring-cloud-starter-tencent-polaris-circuitbreaker feat:support webclient and gateway report call metrics (#946) 1 year ago
spring-cloud-starter-tencent-polaris-config feature: add config for customized local port (#957) 1 year ago
spring-cloud-starter-tencent-polaris-discovery refactor:refactor reactor code in router module. (#959) 1 year ago
spring-cloud-starter-tencent-polaris-ratelimit feat:support webclient and gateway report call metrics (#946) 1 year ago
spring-cloud-starter-tencent-polaris-router refactor:refactor reactor code in router module. (#959) 1 year ago
spring-cloud-tencent-commons fix: fix nacos CircuitBreaker disable bug (#949) 1 year ago
spring-cloud-tencent-coverage fix: adapt for nacos instance (#936) 1 year ago
spring-cloud-tencent-dependencies fix: fix nacos CircuitBreaker disable bug (#949) 1 year ago
spring-cloud-tencent-examples feature: optimize polaris-discovery-example/discovery-callee-service, add client-ip return. (#940) 1 year ago
spring-cloud-tencent-plugin-starters feat:support webclient and gateway report call metrics (#946) 1 year ago
spring-cloud-tencent-polaris-context refactor:refactor reactor code in router module. (#959) 1 year ago
spring-cloud-tencent-rpc-enhancement feat:support webclient and gateway report call metrics (#946) 1 year ago
src/checkstyle refactor:optimize project and code. (#407) 2 years ago
.editorconfig feat:optimize project structure and checkstyle 2 years ago
.gitignore feat:first commit 3 years ago
.licenserc.yaml docs:Add license checker GitHub Action. (#840) 1 year ago
CHANGELOG.md refactor:refactor reactor code in router module. (#959) 1 year 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 release:release 1.10.3-2022.0.1. 1 year ago
README.md release:release 1.10.3-2022.0.1. 1 year ago
codecov.yml fix:fix the error capture of rate limit exception. (#860) 1 year ago
mvnw docs:update mvnw. (#476) 2 years ago
mvnw.cmd docs:update mvnw. (#476) 2 years ago
pom.xml begin 1.11.0. 1 year ago

README.md

Spring-Cloud-Tencent-Logo

Wiki Maven Central Contributors License

Test with Junit 2022.0 codecov.io

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 PolarisMesh to realize various distributed microservice scenarios.

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

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

Demo Environment

The example addresses under spring-cloud-tencent-example all point to the experience service address (grpc://183.47.111.80:8091) by default. If you only experience Spring Cloud Tencent, you can run any example directly with one click.

Screenshots

sc

Use Guide

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.10.3-2022.0.1</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>

Develop Guide

You can build this project with command:

## MacOS or Linux
./mvnw clean package

## Win
.\mvnw.cmd clean package

Documents

Pelease refer to Wiki

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