You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-EN.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Great Java project on Github.
4
4
5
5
> 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) .
6
6
7
-
## Course
7
+
## Tutorial
8
8
9
9
### Java
10
10
@@ -54,7 +54,7 @@ Great Java project on Github.
54
54
55
55
## Software/System
56
56
57
-
### develop
57
+
### Develop
58
58
59
59
1.**[elasticsearch](https://github.com/elastic/elasticsearch)** : Open Source, Distributed, RESTful Search Engine.
60
60
2.**[zipkin](https://github.com/openzipkin/zipkin)** : Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data.
@@ -65,24 +65,34 @@ Great Java project on Github.
65
65
7.**[server](https://github.com/wildfirechat/server)** : Wildfire IM is a cross-platform instant messaging solution, whose core functionality is open sourced.
66
66
8.**[EasyScheduler](https://github.com/analysys/EasyScheduler)** : Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
67
67
68
-
### others
68
+
### Others
69
69
70
70
1.**[halo](https://github.com/halo-dev/halo)** : Halo is a modern personal independent blogging system -- the best Java blogging system.
71
71
72
-
## Actual combat
72
+
## Practical Project
73
73
74
74
1.**[mall](https://github.com/macrozheng/mall)** : The mall project is a set of e-commerce systems, including a front-end mall system and a back-end management system, which are implemented based on SpringBoot + MyBatis.
75
75
2.**[litemall](https://github.com/linlinjava/litemall)** : litemall = Spring Boot backend + Vue administrator front end + WeChat applet user front end + Vue user mobile end.
76
76
3.**[vhr](https://github.com/lenve/vhr)** : Micro Personnel is a human resource management system with separate front and back ends. The project is developed using SpringBoot + Vue.
1.**[guava](https://github.com/google/guava)** : Guava is a set of core libraries that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more.
82
82
2.**[p3c](https://github.com/alibaba/p3c)** : Alibaba Java Coding Guidelines pmd implements and IDE plugin,Used to improve your programming specifications,This plugin is available on both Eclipse and IDEA and is recommended.
83
83
3.**[arthas](https://github.com/alibaba/arthas)** : Arthas is a Java Diagnostic tool open sourced by Alibaba. Arthas allows developers to troubleshoot production issues for Java applications without modifying code or restarting servers.
84
84
4.**[hutool](https://github.com/looly/hutool)** : A set of tools that keep Java sweet.
85
85
5.**[thingsboard](https://github.com/thingsboard/thingsboard)** : Open-source IoT Platform - Device management, data collection, processing and visualization.
0 commit comments