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 b45645397c
release 2.0.1.1-2021.0.9.
3 days ago
.github release 2.0.1.1-2021.0.9. 3 days ago
.mvn/wrapper docs:update mvnw. (#476) 3 years ago
changes release 2.0.1.0-2021.0.9-RC1. 7 months ago
spring-cloud-starter-tencent-all feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-starter-tencent-metadata-transfer feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-starter-tencent-polaris-auth feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-starter-tencent-polaris-circuitbreaker feat:support default instance circuit breaker rule. (#1499) 6 months ago
spring-cloud-starter-tencent-polaris-config feat: support config event (#1532) 5 months ago
spring-cloud-starter-tencent-polaris-contract feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-starter-tencent-polaris-discovery feat: support config event (#1532) 5 months ago
spring-cloud-starter-tencent-polaris-ratelimit fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error. (#1572) 3 months ago
spring-cloud-starter-tencent-polaris-router feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-tencent-commons feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-tencent-coverage feat:use polaris-all for shading third-party dependencies. (#1498) 6 months ago
spring-cloud-tencent-dependencies release 2.0.1.1-2021.0.9. 3 days ago
spring-cloud-tencent-examples docs:update maven publish. 2 weeks ago
spring-cloud-tencent-plugin-starters docs:update JDK version configuration in GitHub Actions. (#1510) 6 months ago
spring-cloud-tencent-polaris-context feat:support stat and event report with service discovery. (#1533) 5 months ago
spring-cloud-tencent-rpc-enhancement fix: update EnhancedRequestContext toString method. (#1547) 4 months ago
src/checkstyle refactor:optimize project and code. (#407) 3 years ago
.editorconfig feat:optimize project structure and checkstyle 3 years ago
.gitignore feat:first commit 4 years ago
.licenserc.yaml docs:update license. 9 months ago
CHANGELOG.md fix: update polaris-java to change the heartbeat task to scheduleAtFixedRate. (#1719) 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 feat:merge features from 1.5.x-Hoxton.SR9. (#250) 3 years ago
README-zh.md docs:update branch name to 2021. 1 year ago
README.md docs:simplify GitHub Actions. (#1514) 6 months ago
codecov.yml fix:fix the error capture of rate limit exception. (#854) 3 years ago
mvnw docs:update mvnw. (#476) 3 years ago
mvnw.cmd docs:update mvnw. (#476) 3 years ago
pom.xml release 2.0.1.1-2021.0.9. 3 days 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:

Support Spring Cloud 2023, 2022, 2021, 2020, 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>${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