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 6737f80d43
refactor: optimize performance.
4 days ago
.github deps:Bump actions/checkout and apache/skywalking-eyes versions. 2 months ago
.mvn/wrapper deps:Bump Maven to 3.9.11. 2 months ago
changes feat:support body store switch. (#1771) 1 month ago
spring-cloud-starter-tencent-all
spring-cloud-starter-tencent-metadata-transfer refactor: optimize performance. 4 days ago
spring-cloud-starter-tencent-polaris-auth
spring-cloud-starter-tencent-polaris-circuitbreaker
spring-cloud-starter-tencent-polaris-config refactor:optimize performance. 4 days ago
spring-cloud-starter-tencent-polaris-contract
spring-cloud-starter-tencent-polaris-discovery refactor:optimize performance. 4 days ago
spring-cloud-starter-tencent-polaris-ratelimit
spring-cloud-starter-tencent-polaris-router refactor:optimize performance. 4 days ago
spring-cloud-tencent-commons refactor:optimize performance. 4 days ago
spring-cloud-tencent-coverage
spring-cloud-tencent-dependencies feat: support kafka lane. (#1765) 2 weeks ago
spring-cloud-tencent-examples refactor:optimize performance. 4 days ago
spring-cloud-tencent-plugin-starters refactor:optimize performance. 4 days ago
spring-cloud-tencent-polaris-context
spring-cloud-tencent-rpc-enhancement refactor:optimize metadata context operation. (#1773) 1 week ago
src/checkstyle
.editorconfig
.gitignore
.licenserc.yaml
CHANGELOG.md refactor: optimize performance. 4 days ago
CONTRIBUTING.md
Code-of-Conduct.md
LICENSE
README-zh.md
README.md
codecov.yml
mvnw deps:Bump Maven to 3.9.11. 2 months ago
mvnw.cmd deps:Bump Maven to 3.9.11. 2 months ago
pom.xml

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