Spring Cloud Tencent 正在参加 2021 年度 OSC 中国开源项目评选,请投票支持!
Spring Cloud Tencent 在 2021 年度 OSC 中国开源项目评选 中已获得 {{ projectVoteCount }} 票,请投票支持!
2021 年度 OSC 中国开源项目评选 正在火热进行中,快来投票支持你喜欢的开源项目!
2021 年度 OSC 中国开源项目评选 >>> 中场回顾
Spring Cloud Tencent 获得 2021 年度 OSC 中国开源项目评选「最佳人气项目」 !
授权协议 BSD
开发语言 Java
操作系统 跨平台
软件类型 开源软件
所属分类 程序开发微服务框架
开源组织 腾讯
地区 国产
投 递 者 腾讯云中间件
适用人群 未知
收录时间 2022-06-20

软件简介

Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案。Spring Cloud Tencent 实现了 Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 微服务架构应用。Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台  Polarismesh ,实现各种分布式微服务场景。

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

 

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

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

例如:

<!-- 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>

【学习材料】

1.视频类

1Spring Cloud Tencent 最佳实践:https://www.bilibili.com/video/BV163411P7BT

2.系列博客

1)带你玩转Spring Cloud Tencent系列:https://blog.csdn.net/skyebefreeman/category_11860535.html

【社区活动】

1. 开源摘星计划:https://github.com/weopenprojects/WeOpen-Star/issues/17

【欢迎加入我们】

作为广泛使用的 Spring Cloud 标准下的微服务框架实现,欢迎感兴趣的小伙伴在 Github 上提交 issue PR 进行讨论和贡献!

展开阅读全文

代码

的 Gitee 指数为
超过 的项目

评论

点击引领话题📣 发布并加入讨论🔥
发表了资讯
09/13 11:40

Spring Cloud Tencent 1.12 版本发布

开发者们,大家好! Spring Cloud Tencent 1.12 版本现已发布,支持 Spring Cloud 2022、2021、2020、Hoxton 版。 一、发布项列表: 1. 1.12.1-2022.0.4 2. 1.12.1-2021.0.8 3. 1.12.1-2020.0.6 4. 1.12.1-Hoxton.SR12 二、主要更新列表: 1. 支持权重负载均衡策略。参考文档 2. 支持服务注册前针对注册信息支持个性化修改。参考文档 3. 支持使用 @RefreshScope 时,自动将 reflect(反射) 自动刷新配置模式更改为 refresh_co...

4
0
发表了资讯
04/18 16:44

Spring Cloud Tencent 1.11 版本正式发布,稳定性显著提升!

Spring Cloud Tencent 1.11 版本现已发布,支持 Spring Cloud 2022、2021、2020 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应用。Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台 Polaris,实现各种分布式微服务场景。 一、发布项列表: 1. 1.11.1-2022.0.1 2. 1.11.1-202...

3
3
发表了资讯
03/21 18:41

Spring Cloud Tencent 1.10.2 版本正式发布!

Spring Cloud Tencent 1.10.2 版本现已发布,支持 Spring Cloud 2022、2021、2020 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应用。Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台 Polaris,实现各种分布式微服务场景。 一、发布项列表: 1. 1.10.2-2022.0.1 2. 1.10.2-2...

3
3
发表了资讯
02/14 17:46

Spring Cloud Tencent 1.9 版本正式发布,大幅提升稳定性

Spring Cloud Tencent 1.9 版本现已发布,支持 Spring Cloud 2022、2021、2020、Hoxton 版。 一、发布项列表: 1.9.0-2022.0.1 1.9.1-2021.0.5 1.9.1-2020.0.5 1.9.1-Hoxton.SR12 二、主要更新列表: 支持北极星与 Nacos 多注册和多发现。详细操作参考:https://github.com/Tencent/spring-cloud-tencent/wiki/Multi-registration-and-multi-discovery#polaris-与-nacos-多注册多发现sct-版本--190 支持配置中心的配置数据删除后...

5
7
发表了资讯
2022/11/30 11:08

Spring Cloud Tencent 发布 Spring Boot 3.0 生态最新匹配版本!

作者 | 张乐、张皓天 Spring Framework 6.0 已于11月份上旬正式发布 GA 版本。Spring Boot 3.0 也于11月25日正式发布 GA 版本。那么 Spring Cloud 2022 它还远吗? 前言 Java 8 目前是国内主流生产环境 Java 版本之一。虽然近几年陆续发布了 Java 11、Java 17 官方 LTS 版本,但是 “你发任你发,我用Java8” 的声音反应了大部分开发者的心声。不过 Java 17 版本在性能上做了大量的优化特别是 ZGC 的发布,促进了国内不少企业升...

12
13
发表了资讯
2022/11/14 11:36

腾讯开源 Spring Cloud Tencent v1.8 版本发布

Spring Cloud Tencent 1.8 版本现已发布,支持 Spring Cloud 2021、2020、Hoxton 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应用。Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台 Polaris,实现各种分布式微服务场景。 一、发布项列表: 1. 1.8.1-2021.0.3 2. 1.8.1-202...

2
6
发表了资讯
2022/09/16 11:50

Spring Cloud Tencent 1.7 版本发布

Spring Cloud Tencent 1.7 版本现已发布,支持 Spring Cloud Hoxton、2020、2021 版。 Spring Cloud Tencent 是腾讯开源的一站式微服务解决方案,实现了Spring Cloud 标准微服务 SPI,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 云原生分布式应用。Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台 Polaris,实现各种分布式微服务场景。 一、发布项列表: 1.7.1-Hoxton.SR12 1.7.0-2020.0...

7
7
发表了资讯
2022/06/20 17:51

腾讯正式开源 Spring Cloud Tencent,打造一站式微服务解决方案

近日,Spring Cloud Tencent 于 6 月 14 日正式对外开源,作为腾讯开源的一站式微服务框架,Spring Cloud Tencent 实现了 Spring Cloud 标准微服务 SPI ,开发者可以基于 Spring Cloud Tencent 快速开发 Spring Cloud 微服务架构应用。Spring Cloud Tencent 的核心依托腾讯开源的一站式服务发现与治理平台 PolarisMesh ,实现各种分布式微服务场景。 为什么要做 Spring Cloud Tencent Spring Boot + Spring Cloud 仍是 Java 生态...

23
38
没有更多内容
加载失败,请刷新页面
点击加载更多
加载中
下一页
发表了博客
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
发表了问答
{{o.pubDate | formatDate}}

{{formatAllHtml(o.title)}}

{{parseInt(o.replyCount) | bigNumberTransform}}
{{parseInt(o.viewCount) | bigNumberTransform}}
没有更多内容
暂无内容
暂无内容
0 评论
18 收藏
分享
OSCHINA
登录后可查看更多优质内容
返回顶部
顶部