MyGit
🚩收到GitHub仓库的更新通知

Tencent/spring-cloud-tencent

Fork: 486 Star: 3113 (更新于 2024-04-26 09:28:24)

license: NOASSERTION

Language: Java .

Spring Cloud Tencent is a Spring Cloud based Service Governance Framework provided by Tencent.

最后发布版本: 1.13.2-2022.0.4 ( 2024-04-25 19:14:25)

GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

Spring Cloud Tencent

Wiki Maven Central Contributors License

Test with Junit 2022.0 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

最近版本更新:(数据更新于 2024-04-29 07:51:10)

2024-04-25 19:14:25 1.13.2-2022.0.4

2024-04-25 17:06:01 1.13.2-Hoxton.SR12

2024-04-25 17:01:42 1.13.2-2020.0.6

2024-04-25 16:10:08 1.13.2-2021.0.9

2024-04-15 18:19:19 1.14.0-2023.0.0-RC1

2024-04-03 11:06:06 1.14.0-Hoxton.SR12-RC2

2024-03-16 22:42:34 1.14.0-Hoxton.SR12-RC1

2024-03-13 20:27:35 1.13.1-2023.0.0

2024-02-21 11:54:43 1.13.1-2021.0.9

2024-02-21 11:18:00 1.13.1-2020.0.6

主题(topics):

java, microservice, microservices, polarismesh, service-governance, spring, spring-cloud, springcloud

Tencent/spring-cloud-tencent同语言 Java最近更新仓库

2024-04-27 18:38:26 yuliskov/SmartTube

2024-04-26 12:48:24 Tencent/TencentKona-8

2024-04-25 11:32:36 dromara/dante-cloud

2024-04-25 02:59:19 jellyfin/jellyfin-androidtv

2024-04-24 14:40:05 alibaba/spring-cloud-alibaba

2024-04-23 19:01:52 apache/doris