1 Star 0 Fork 176

dgl / spring-cloud-tencent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
Spring-Cloud-Tencent-Logo

Wiki Maven Central Contributors License

Test with Junit codecov.io

English | 简体中文

README:

更多文档请查看Wiki

介绍

Spring Cloud Tencent 是基于 Spring Cloud SPI 实现的一站式微服务解决方案。通过集成 Spring Cloud 和腾讯中间件,让分布式服务和微服务的开发、测试、发布和运维变得更加简单。

服务发现和治理

Spring Cloud Tencent 集成 Spring Cloud 和北极星。北极星是一个支持多语言和多框架的服务发现和治理平台。

Spring Cloud 集成北极星可以解决以下问题:

  • 服务管理:服务发现、服务发现、健康检查
  • 流量控制:可自定义的流量路由、负载均衡、限频限流、访问控制
  • 故障容错:服务和接口熔断和降级、实例熔断和切换
  • 配置管理:版本管理、灰度发布、动态更新

如何构建

运行以下命令进行构建。

Linux and Mac

./mvnw clean package

Windows

.\mvnw.cmd clean package

如何使用

Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要引入依赖即可。

注意:

支持Spring Cloud 版本:2022.0、2021.0、2020.0、Hoxton。

Spring Cloud Tencent 的版本列表可以查看 Spring Cloud Tencent 版本管理

例如:

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

使用示例

北极星为开发者提供体验环境:

在 spring-cloud-tencent-example 项目里,北极星服务端地址默认配置为grpc://119.91.66.223:8091

交流群

扫码二维码,加入 Spring Cloud Tencent 交流群。欢迎用户反馈使用问题和优化建议。

如果上方二维码失效,请扫描下方二维码添加微信,并发送“Spring Cloud Tencent”申请加群。

Stargazers over time

空文件

简介

Spring Cloud Tencent 是腾讯提供的一套 Spring Cloud 解决方案,包含核心的服务注册发现、配置中心、限流、路由、熔断等常用的服务治理能力 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Java
1
https://gitee.com/Little-Cheap/spring-cloud-tencent.git
git@gitee.com:Little-Cheap/spring-cloud-tencent.git
Little-Cheap
spring-cloud-tencent
spring-cloud-tencent
2021.0

搜索帮助