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
shedfreewu 58427e0498
fix comment
2 weeks ago
.github docs:update release GitHub Action. 2 months ago
.mvn/wrapper docs:update mvnw. (#476) 3 years ago
changes begin 2.0.3.0. 2 months ago
spring-cloud-starter-tencent-all 单元化适配。未完成: 1.适配 reactive client; 2.unit context 适配 sct; 3. 单元化服务发现适配 ns type 2 weeks ago
spring-cloud-starter-tencent-metadata-transfer fix tsf-2024 (#1664) 1 month ago
spring-cloud-starter-tencent-polaris-auth docs:update license. 2 months ago
spring-cloud-starter-tencent-polaris-circuitbreaker feat:support fault injection. (#1672) 1 month ago
spring-cloud-starter-tencent-polaris-config 1. 修复无单元化 header 无法匹配单元化规则的问题 2 weeks ago
spring-cloud-starter-tencent-polaris-contract docs:update license. 2 months ago
spring-cloud-starter-tencent-polaris-discovery fix comment 2 weeks ago
spring-cloud-starter-tencent-polaris-ratelimit feat: support config ratelimit addresses and remote task interval (#1679) 1 month ago
spring-cloud-starter-tencent-polaris-router 单元化适配。未完成: 1.适配 reactive client; 2.unit context 适配 sct; 3. 单元化服务发现适配 ns type 2 weeks ago
spring-cloud-tencent-commons 单元化适配。未完成: 1.适配 reactive client; 2.unit context 适配 sct; 3. 单元化服务发现适配 ns type 2 weeks ago
spring-cloud-tencent-coverage feat:support TSF certificate manager. (#1715) 2 weeks ago
spring-cloud-tencent-dependencies 单元化适配。未完成: 1.适配 reactive client; 2.unit context 适配 sct; 3. 单元化服务发现适配 ns type 2 weeks ago
spring-cloud-tencent-examples feat:support TSF certificate manager. (#1715) 2 weeks ago
spring-cloud-tencent-plugin-starters fix comment 2 weeks ago
spring-cloud-tencent-polaris-context feat:support TSF certificate manager. (#1715) 2 weeks ago
spring-cloud-tencent-rpc-enhancement 单元化适配。未完成: 1.适配 reactive client; 2.unit context 适配 sct; 3. 单元化服务发现适配 ns type 2 weeks ago
src/checkstyle refactor:optimize project and code. (#407) 3 years ago
.editorconfig feat:optimize project structure and checkstyle 3 years ago
.gitignore feat:support TSF certificate manager. (#1715) 2 weeks ago
.licenserc.yaml fix tsf-2024 (#1664) 1 month ago
CHANGELOG.md 单元化适配。未完成: 1.适配 reactive client; 2.unit context 适配 sct; 3. 单元化服务发现适配 ns type 2 weeks ago
CONTRIBUTING.md Maybe remove Chinese characters (#607) 3 years ago
Code-of-Conduct.md docs:update Version Standard of README.md and fix maven dependencies bug. 4 years ago
LICENSE docs:update license. 2 months ago
README-zh.md docs:update README. 2 months ago
README.md docs:update README. 2 months ago
codecov.yml fix:fix the error capture of rate limit exception. (#860) 3 years ago
mvnw docs:update mvnw. (#476) 3 years ago
mvnw.cmd docs:update mvnw. (#476) 3 years ago
pom.xml feat:support 2024.0.2. (#1674) 1 month ago

README.md

Spring Cloud Tencent

Wiki Maven Central Contributors License

Junit Test 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: 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>${LATEST_VERSION_FROM_VERSION_MANAGEMENT_IN_WIKI}</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://119.91.66.223:8091 by default.

Chat Group

Please scan the QR code to add WeChat, and send "Spring Cloud Tencent" to apply for joining the group.

Stargazers over time

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

Stargazers over time