Tencent/spring-cloud-tencent
Fork: 493 Star: 3183 (更新于 2024-10-31 08:04:41)
license: NOASSERTION
Language: Java .
Spring Cloud Tencent is a Spring Cloud based Service Governance Framework provided by Tencent.
最后发布版本: 2.0.0.0-2021.0.9-RC1 ( 2024-10-30 19:56:13)
Spring Cloud Tencent
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, 2022, 2021, 2020, 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:
- Polaris Console
- Polaris Server Address:
grpc://119.91.66.223:8091
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.
最近版本更新:(数据更新于 2024-11-20 19:09:09)
2024-10-30 19:56:13 2.0.0.0-2021.0.9-RC1
2024-10-29 15:15:19 2.0.0.0-2022.0.5-RC3
2024-10-16 13:06:45 2.0.0.0-2022.0.5-RC2
2024-10-14 15:43:36 1.13.4-Hoxton.SR12
2024-08-26 21:06:27 2.0.0.0-2022.0.5-RC1
2024-07-29 10:40:28 v1.13.3-Hoxton.SR12
2024-07-08 17:00:00 1.13.3-2021.0.9
2024-06-25 18:02:31 1.14.0-2023.0.0-RC2
2024-06-25 14:54:25 1.14.0-2022.0.5-RC2
2024-06-04 19:12:51 1.14.0-2022.0.5.RC1
主题(topics):
java, microservice, microservices, polarismesh, service-governance, spring, spring-cloud, springcloud
Tencent/spring-cloud-tencent同语言 Java最近更新仓库
2024-11-21 20:32:01 spring-projects/spring-boot
2024-11-21 09:44:43 Card-Forge/forge
2024-11-19 23:42:52 spring-projects/spring-authorization-server
2024-11-18 21:40:12 4379711/lol-helper
2024-11-16 22:50:41 xuxueli/xxl-job
2024-11-16 19:06:35 Stirling-Tools/Stirling-PDF