1 Star 0 Fork 175

cxljy / spring-cloud-tencent

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

Wiki Maven Central Contributors License

Build Status codecov.io

English | 简体中文


介绍

欢迎各位同学点击右上角 Star 按钮,持续关注我们的项目,给予我们最大的支持~

Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案。

Spring Cloud Tencent 实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应用。

Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台 PolarisMesh ,实现各种分布式微服务场景。

Spring Cloud Tencent提供的能力包括但不限于:

image
  • 服务注册和发现
  • 动态配置管理
  • 服务治理
    • 服务限流
    • 服务熔断
    • 服务路由
    • ...
  • 标签透传

体验环境

spring-cloud-tencent-example 下 example 地址都默认指向了体验服务地址(grpc://183.47.111.80:8091),如果您只是体验 Spring Cloud Tencent,可直接一键运行任何 example。

管控台

sc

使用指南

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.8.2-2021.0.3</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>

开发入门

You can build this project with command:

## MacOS or Linux
./mvnw clean package

## Win
.\mvnw.cmd clean package

文档

请阅读 Wiki

交流群

扫描下面的二维码加入 Spring Cloud Tencent 交流群。

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

如果您对 Spring Cloud Tencent 有兴趣,请关注我们的项目~

Stargazers over time

空文件

简介

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

发行版

暂无发行版

贡献者

全部

近期动态

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

搜索帮助