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 43a3c640ee
fix:fix feign url bug when using sleuth. (#1119)
11 months ago
.github docs:add release GitHub Action. 1 year ago
.mvn/wrapper docs:update mvnw. (#466) 2 years ago
changes begin 1.13.0. 12 months ago
doc/logo add full size logos (#347) 2 years ago
spring-cloud-starter-tencent-all feat:sct-all package is now available as a shaded uber-jar. 1 year ago
spring-cloud-starter-tencent-metadata-transfer fix:fix feign report -1 port bug. 1 year ago
spring-cloud-starter-tencent-polaris-circuitbreaker fix:fix router label feign interceptor order. 1 year ago
spring-cloud-starter-tencent-polaris-config fix: register a destroy hook when the application event trigger (#1110) 12 months ago
spring-cloud-starter-tencent-polaris-discovery Refactoring:remove invalid @AutoConfigureAfter and @AutoConfigureBefore from discovery client automatic configuration. (#1118) 11 months ago
spring-cloud-starter-tencent-polaris-ratelimit fix:fix router label feign interceptor order. 1 year ago
spring-cloud-starter-tencent-polaris-router feat:added ribbon lb polaris weighted round robin rule (#1080) 1 year ago
spring-cloud-tencent-commons fix:fix web server wrong open bug. 1 year ago
spring-cloud-tencent-coverage feat:adapt for nacos instance. 1 year ago
spring-cloud-tencent-dependencies begin 1.13.0. 12 months ago
spring-cloud-tencent-examples feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels. (#1095) 12 months ago
spring-cloud-tencent-plugin-starters fix:fix router label feign interceptor order. 1 year ago
spring-cloud-tencent-polaris-context feature: support Polaris configuration center extension plugin interface and support dynamic modification of log levels. (#1095) 12 months ago
spring-cloud-tencent-polaris-loadbalancer feat:added ribbon lb polaris weighted round robin rule (#1080) 1 year ago
spring-cloud-tencent-rpc-enhancement fix:fix feign url bug when using sleuth. (#1119) 11 months ago
src/checkstyle refactor:optimize project and code (#368) 2 years ago
.editorconfig feat:optimize project structure and checkstyle 2 years ago
.gitignore feat:first commit 3 years ago
.licenserc.yaml begin 1.11.1. 1 year ago
CHANGELOG.md fix:fix feign url bug when using sleuth. (#1119) 11 months ago
CONTRIBUTING.md Maybe remove Chinese characters (#609) 2 years ago
Code-of-Conduct.md docs:update Version Standard of README.md and fix maven dependencies bug. 3 years ago
LICENSE test:add junit test to polaris-discovery. (#205) 2 years ago
README-zh.md release 1.12.0. 12 months ago
README.md release 1.12.0. 12 months ago
codecov.yml fix:fix the error capture of rate limit exception. 1 year ago
mvnw docs:update mvnw. (#466) 2 years ago
mvnw.cmd docs:update mvnw. (#466) 2 years ago
pom.xml begin 1.13.0. 12 months ago

README.md

Spring-Cloud-Tencent-Logo

Wiki Maven Central Contributors License

Test with Junit 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 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.12.0-Hoxton.SR12</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