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
VOPEN.XYZ cf906626d8
Improve code style & Upgrade spring boot version with 2.6.9 . (#322)
2 years ago
.github Update GitHub Actions workflow 2 years ago
.mvn/wrapper feat:first commit 3 years ago
changes feat:support reading configuration from application.yml or application.properties. (#262) 2 years ago
spring-cloud-starter-tencent-metadata-transfer Improve code style & Upgrade spring boot version with 2.6.9 . (#322) 2 years ago
spring-cloud-starter-tencent-polaris-circuitbreaker Improve code style & Upgrade spring boot version with 2.6.9 . (#322) 2 years ago
spring-cloud-starter-tencent-polaris-config fix config file format misspell (#321) 2 years ago
spring-cloud-starter-tencent-polaris-discovery Feature: Add instance metadata spi for registration (#324) 2 years ago
spring-cloud-starter-tencent-polaris-ratelimit solve the chaos code problem on rejectTips in 2021.0 (#315) 2 years ago
spring-cloud-starter-tencent-polaris-router feat:merge features from 1.5.x-Hoxton.SR9. (#250) 2 years ago
spring-cloud-tencent-commons Feature: Add instance metadata spi for registration (#324) 2 years ago
spring-cloud-tencent-coverage Add config module unit test (#301) 2 years ago
spring-cloud-tencent-dependencies Fix third-party lib CVEs & Upgrade core spring libs version . (2021.0) (#263) 2 years ago
spring-cloud-tencent-examples Feature: Add instance metadata spi for registration (#324) 2 years ago
spring-cloud-tencent-polaris-context Feature: Add instance metadata spi for registration (#324) 2 years ago
spring-cloud-tencent-polaris-loadbalancer Fix third-party lib CVEs & Upgrade core spring libs version . (2021.0) (#263) 2 years ago
src/checkstyle fix:fix routes of gateway doesn't refresh bug. (#163) 2 years ago
.editorconfig feat:optimize project structure and checkstyle 2 years ago
.gitignore feat:first commit 3 years ago
CHANGELOG.md Improve code style & Upgrade spring boot version with 2.6.9 . (#322) 2 years ago
CONTRIBUTING.md feat:merge features from 1.5.x-Hoxton.SR9. (#250) 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:merge features from 1.5.x-Hoxton.SR9. (#250) 2 years ago
README.md feat:merge features from 1.5.x-Hoxton.SR9. (#250) 2 years ago
mvnw docs:update dependency 3 years ago
mvnw.cmd feat:first commit 3 years ago
pom.xml Improve code style & Upgrade spring boot version with 2.6.9 . (#322) 2 years ago

README.md

Spring Cloud Tencent

Wiki Build Status Maven Central codecov.io Contributors License

English | 简体中文

Introduction

Spring Cloud Tencent is a open source one-stop microservice solution from Tencent.

Spring Cloud Tencent implements the Spring Cloud standard microservice SPI, so developers can quickly develop Spring Cloud cloud-native distributed applications based on Spring Cloud Tencent.

The core of Spring Cloud Tencent relies on Tencent's open-source one-stop service discovery and governance platform Polaris to realize various distributed microservice scenarios.

The capabilities provided by Spring Cloud Tencent include but are not limited to:

image
  • Service registration and discovery
  • Dynamic configuration management
  • Service Governance
    • Service rate limit
    • Service circuit breaker
    • Service routing
    • ...
  • Label transparent transmission

Demo Environment

The example addresses under spring-cloud-tencent-example all point to the experience service address (grpc://183.47.111.80:8091) by default. If you only experience Spring Cloud Tencent, you can run any example directly with one click.

Screenshots

image

Use Guide

All the components of Spring Cloud Tencent have been uploaded to the Maven central repository, just need to introduce dependencies.

For example:

<!-- add spring-cloud-tencent bom  -->
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.tencent.cloud</groupId>
            <artifactId>spring-cloud-tencent-dependencies</artifactId>
            <!--version number-->
            <version>${version}</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>

Chat Group

Please scan the QR code to join the chat group.

License

The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file LICENSE

Stargazers over time

If you are interested in Spring Cloud Tencent, please follow our project, thank you very much.

Stargazers over time