SkyeBeFreeman
3be97408da
|
3 years ago | |
---|---|---|
.github | 3 years ago | |
.mvn/wrapper | 3 years ago | |
changes | 3 years ago | |
spring-cloud-starter-tencent-metadata-transfer | 3 years ago | |
spring-cloud-starter-tencent-polaris-circuitbreaker | 3 years ago | |
spring-cloud-starter-tencent-polaris-config | 3 years ago | |
spring-cloud-starter-tencent-polaris-discovery | 3 years ago | |
spring-cloud-starter-tencent-polaris-ratelimit | 3 years ago | |
spring-cloud-starter-tencent-polaris-router | 3 years ago | |
spring-cloud-tencent-commons | 3 years ago | |
spring-cloud-tencent-coverage | 3 years ago | |
spring-cloud-tencent-dependencies | 3 years ago | |
spring-cloud-tencent-examples | 3 years ago | |
spring-cloud-tencent-polaris-context | 3 years ago | |
src/checkstyle | 3 years ago | |
.editorconfig | 3 years ago | |
.gitignore | 3 years ago | |
CHANGELOG.md | 3 years ago | |
CONTRIBUTING.md | 3 years ago | |
Code-of-Conduct.md | 3 years ago | |
LICENSE | 3 years ago | |
README-zh.md | 3 years ago | |
README.md | 3 years ago | |
mvnw | 3 years ago | |
mvnw.cmd | 3 years ago | |
pom.xml | 3 years ago |
README.md
Spring Cloud Tencent
English | 简体中文
Introduction
Spring Cloud Tencent is a one-stop microservice solution developed and maintained by 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:
- Service registration and discovery
- Dynamic configuration management
- Service Governance
- Service rate limit
- Service circuit breaker
- Service routing
- ...
- Label transparent transmission
Screenshots
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>
-
Quick Start
-
Development Documentation
License
The spring-cloud-tencent is licensed under the BSD 3-Clause License. Copyright and license information can be found in the file LICENSE