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 a307cfe27f
release 1.14.0-2023.0.0-RC2.
17 hours ago
.github refactor:let the configuration SDK context stand alone. (#1266) 2 months ago
.mvn/wrapper docs:update mvnw. (#476) 2 years ago
changes fix:fix NullPointerException when properties contain kv with null value. 2 months ago
spring-cloud-starter-tencent-all fix:fix sct-all wrong spring boot version obtain. (#1206) 8 months ago
spring-cloud-starter-tencent-metadata-transfer feat: 支持全链路灰度 (#1256) 3 months ago
spring-cloud-starter-tencent-polaris-circuitbreaker feat: add circuit breaker actuator. (#1170) 9 months ago
spring-cloud-starter-tencent-polaris-config fix:fix NullPointerException when properties contain kv with null value. 2 months ago
spring-cloud-starter-tencent-polaris-contract feat:add swagger report switch. (#1150) 9 months ago
spring-cloud-starter-tencent-polaris-discovery feat: support lossless online/offline (#1254) 3 months ago
spring-cloud-starter-tencent-polaris-ratelimit fix: fix the ratelimit bug for 2023 (#1316) 3 weeks ago
spring-cloud-starter-tencent-polaris-router fix:fix nearby router properties loading bug. (#1272) 2 months ago
spring-cloud-tencent-commons fix:add warn log to ApplicationContextAwareUtils. (#1297) 1 month ago
spring-cloud-tencent-coverage feat: support lossless online/offline (#1254) 3 months ago
spring-cloud-tencent-dependencies release 1.14.0-2023.0.0-RC2. 17 hours ago
spring-cloud-tencent-examples fix: fix lossless deregister failed when no healthcheck configured (#1279) 2 months ago
spring-cloud-tencent-plugin-starters fix:fix no registry when lossless is disabled. (#1312) 3 weeks ago
spring-cloud-tencent-polaris-context fix: fix lossless deregister failed when no healthcheck configured (#1279) 2 months ago
spring-cloud-tencent-rpc-enhancement fix: 解决多注册中心场景下,优雅上下线处理器相互覆盖的问题 (#1263) 2 months 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 feat:support service contract reporting. (#1141) 9 months ago
CHANGELOG.md fix: fix the ratelimit bug for 2023 (#1316) 3 weeks 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 feat:support Spring Cloud 2023. 5 months ago
README.md feat:support Spring Cloud 2023. 5 months 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 release 1.14.0-2023.0.0-RC2. 17 hours ago

README.md

Spring Cloud Tencent

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 2023.0, 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>${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