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 fbdb5e56d7
fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. (#1767)
2 weeks ago
.github docs:update GitHub Actions with not running when modifying .md files. 3 months ago
.mvn/wrapper
changes begin 2.0.3.0. 6 months ago
spring-cloud-starter-tencent-all feat: support tsf unit. (#1681) 4 months ago
spring-cloud-starter-tencent-metadata-transfer feat:compatible metadata transfer with TSF SDK version 1.x. (#1734) 4 months ago
spring-cloud-starter-tencent-polaris-auth
spring-cloud-starter-tencent-polaris-circuitbreaker feat: support tsf unit. (#1681) 4 months ago
spring-cloud-starter-tencent-polaris-config fix: fix multiple bugs in tsf. (#1746) 1 month ago
spring-cloud-starter-tencent-polaris-contract feat: upgrade springdoc to 2.8.13 (#1738) 2 months ago
spring-cloud-starter-tencent-polaris-discovery fix: fix nacos service discovery. (#1751) 1 month ago
spring-cloud-starter-tencent-polaris-ratelimit feat: support config ratelimit addresses and remote task interval (#1679) 5 months ago
spring-cloud-starter-tencent-polaris-router feat: support service registry and discovery with Polaris and Nacos (#1718) 4 months ago
spring-cloud-tencent-commons fix: fix multiple bugs in tsf. (#1746) 1 month ago
spring-cloud-tencent-coverage feat:support TSF certificate manager. (#1715) 4 months ago
spring-cloud-tencent-dependencies fix:fix NPE when rate-limiting with null value. (#1764) 3 weeks ago
spring-cloud-tencent-examples docs:caller example supports http param transfer. 2 weeks ago
spring-cloud-tencent-plugin-starters fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. (#1767) 2 weeks ago
spring-cloud-tencent-polaris-context fix: fix multiple bugs in tsf. (#1746) 1 month ago
spring-cloud-tencent-rpc-enhancement feat: support tsf unit. (#1681) 4 months ago
src/checkstyle
.editorconfig
.gitignore feat:support TSF certificate manager. (#1715) 4 months ago
.licenserc.yaml fix tsf-2024 (#1664) 5 months ago
CHANGELOG.md fix: get source service name from upstream application meta in getServerPreSpanAttributes & set custom tag in current server span in tsf. (#1767) 2 weeks ago
CONTRIBUTING.md
Code-of-Conduct.md
LICENSE
README-zh.md docs:update README. 6 months ago
README.md docs:update README. 6 months ago
codecov.yml
mvnw
mvnw.cmd
pom.xml begin 2.1.0.3-2024.0.2-SNAPSHOT. 3 weeks 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