Skip to content

Commit 8727a8e

Browse files
committed
add spring-cloud-alibaba
1 parent 18567bd commit 8727a8e

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

README-EN.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<p align="center"> <img src="https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/logo.png" /> <br /><a href="https://github.com/Snailclimb/awsome-java">中文</a> | English <br />Great Java project on Github(Github 上非常棒的 Java 开源项目). </p>
2-
32
> Github is a fantastic place for programmers. It contains a variety of powerful open source frameworks, software and tutorials. These things are very helpful for us to learn knowledge and make progress, leading to my idea of sorting out outstanding Java open source projects on Github for the best of everyone's benefit. I have categorized the project based on several dimensions. If you feel this project useful to you, welcome to give this project a Star. I will continue to improve this list using my spare time, thank you. 🙏 You are also very welcome to recommend the Java projects that you like. The order of the following projects is mostly based on their popularity (the number their Stars) .
43
54
## Tutorial
@@ -44,12 +43,13 @@
4443
## Framework
4544

4645
1. **[spring-boot](https://github.com/spring-projects/spring-boot)** : Spring Boot makes it easy to create stand-alone, production-grade Spring-based applications, and the built-in web server lets you run projects like normal Java programs. In addition, most Spring Boot projects require only a small amount of configuration, which is different from Spring reconfiguration.
47-
2. **[flink](https://github.com/apache/flink)** : Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities.
48-
3. **[Sentinel](https://github.com/alibaba/Sentinel)** : A lightweight powerful flow control component enabling reliability and monitoring for microservices.
49-
4. **[dubbo](https://github.com/apache/dubbo)** : Apache Dubbo is a high-performance, java based, open source RPC framework.
50-
5. **[spring-cloud-kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes)** : Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
51-
6. **[seata](https://github.com/seata/seata)** : Seata is an easy-to-use, high-performance, open source distributed transaction solution.
52-
7. **[skywalking](https://github.com/apache/skywalking)** : SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
46+
2. **[spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba)** : Spring Cloud Alibaba provides a one-stop solution for distributed application development. It contains all the components required to develop distributed applications, making it easy for you to develop your applications using Spring Cloud.
47+
3. **[flink](https://github.com/apache/flink)** : Apache Flink is an open source stream processing framework with powerful stream- and batch-processing capabilities.
48+
4. **[Sentinel](https://github.com/alibaba/Sentinel)** : A lightweight powerful flow control component enabling reliability and monitoring for microservices.
49+
5. **[dubbo](https://github.com/apache/dubbo)** : Apache Dubbo is a high-performance, java based, open source RPC framework.
50+
6. **[spring-cloud-kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes)** : Kubernetes integration with Spring Cloud Discovery Client, Configuration, etc...
51+
7. **[seata](https://github.com/seata/seata)** : Seata is an easy-to-use, high-performance, open source distributed transaction solution.
52+
8. **[skywalking](https://github.com/apache/skywalking)** : SkyWalking: an APM(application performance monitor) system, especially designed for microservices, cloud native and container-based (Docker, Kubernetes, Mesos) architectures.
5353

5454
## Software/System
5555

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<p align="center"> <img src="https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-11/logo.png" /> <br />中文 | <a href="https://github.com/Snailclimb/awsome-java/blob/master/README-EN.md">English</a> <br />Great Java project on Github(Github 上非常棒的 Java 开源项目). </p>
2-
32
> 大家都知道 Github 是一个程序员福地,这里有各种厉害的开源框架、软件或者教程。这些东西对于我们学习和进步有着莫大的进步,所以我有了这个将 Github 上非常棒的 Java 开源项目整理下来的想法。我会按照几个维度对项目进行分类,以便大家查阅。当然,如果你觉得不错的话,欢迎给本项目点个 Star。我会用我的业余时间持续完善这份名单,谢谢🙏。
43
>
54
> 欢迎大家推荐自己觉得不错的 Java 项目,下面项目的排序很大程度是根据当前项目的 Star 数量。
@@ -47,12 +46,13 @@
4746
## 框架
4847

4948
1. **[spring-boot](https://github.com/spring-projects/spring-boot)** :Spring Boot可以轻松创建独立的生产级基于Spring的应用程序,内置 web 服务器让你可以像运行普通 Java 程序一样运行项目。另外,大部分Spring Boot项目只需要少量的配置即可,这有别于 Spring 的重配置。
50-
2. **[flink](https://github.com/apache/flink)** :Apache Flink 是一个框架和分布式处理引擎,用于在*无边界和有边界*数据流上进行有状态的计算。Flink 能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算。
51-
3. **[Sentinel](https://github.com/alibaba/Sentinel)** :A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)。
52-
4. **[dubbo](https://github.com/apache/dubbo)** :Apache Dubbo是一个基于Java的高性能开源RPC框架。
53-
5. **[spring-cloud-kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes)** : Kubernetes 集成 Spring Cloud Discovery Client, Configuration, etc...。
54-
6. **[seata](https://github.com/seata/seata)** : Seata 是一种易于使用,高性能,基于 Java 的开源分布式事务解决方案。
55-
7. **[skywalking](https://github.com/apache/skywalking)** : 针对分布式系统的应用性能监控,尤其是针对微服务、云原生和面向容器的分布式系统架构。
49+
2. **[spring-cloud-alibaba](https://github.com/alibaba/spring-cloud-alibaba)** : Spring Cloud Alibaba 致力于提供微服务开发的一站式解决方案。此项目包含开发分布式应用微服务的必需组件,方便开发者通过 Spring Cloud 编程模型轻松使用这些组件来开发分布式应用服务。
50+
3. **[flink](https://github.com/apache/flink)** :Apache Flink 是一个框架和分布式处理引擎,用于在*无边界和有边界*数据流上进行有状态的计算。Flink 能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算。
51+
4. **[Sentinel](https://github.com/alibaba/Sentinel)** :A lightweight powerful flow control component enabling reliability and monitoring for microservices. (轻量级的流量控制、熔断降级 Java 库)。
52+
5. **[dubbo](https://github.com/apache/dubbo)** :Apache Dubbo是一个基于Java的高性能开源RPC框架。
53+
6. **[spring-cloud-kubernetes](https://github.com/spring-cloud/spring-cloud-kubernetes)** : Kubernetes 集成 Spring Cloud Discovery Client, Configuration, etc...。
54+
7. **[seata](https://github.com/seata/seata)** : Seata 是一种易于使用,高性能,基于 Java 的开源分布式事务解决方案。
55+
8. **[skywalking](https://github.com/apache/skywalking)** : 针对分布式系统的应用性能监控,尤其是针对微服务、云原生和面向容器的分布式系统架构。
5656

5757
## 软件/系统
5858

0 commit comments

Comments
 (0)