首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >五一假期充电指南:4月Github最热门的Java项目推荐

五一假期充电指南:4月Github最热门的Java项目推荐

作者头像
乔戈里
发布2019-05-14 12:13:51
4310
发布2019-05-14 12:13:51
举报
文章被收录于专栏:Java那些事Java那些事

以下涉及到的数据统计与 2019 年 5 月 1 日 12 点,数据来源:https://github.com/trending/java?since=monthly。

下面的内容从 Java 学习文档到最热门的框架再到热门的工具应有尽有,比如下面推荐到的开源项目 Hutool 就是近期比较热门的项目之一,它是 Java 工具包,能够帮助我们简化代码!我觉得下面这些项目对于学习 Java 的朋友还是很有帮助的!

1. JavaGuide

Github 地址: https://github.com/Snailclimb/JavaGuide[1]•Star: 37.9k (5,660 stars this month)•介绍: 【Java 学习+面试指南】 一份涵盖大部分 Java 程序员所需要掌握的核心知识。

2. advanced-java

Github 地址:https://github.com/doocs/advanced-java[2]•Star: 15.1k (4,654 stars this month)•介绍: 互联网 Java 工程师进阶知识完全扫盲。

3. CS-Notes

Github 地址:https://github.com/CyC2018/CS-Notes[3]•Star: 59.2k (4,012 stars this month)•介绍: 技术面试必备基础知识。

4. ghidra

Github 地址:https://github.com/NationalSecurityAgency/ghidra[4]•Star: 15.0k (2,995 stars this month)•介绍: Ghidra是一个软件逆向工程(SRE)框架。

5. mall

Github 地址: https://github.com/macrozheng/mall[5]•star: 11.6 k (2,100 stars this month)•介绍: mall 项目是一套电商系统,包括前台商城系统及后台管理系统,基于 SpringBoot+MyBatis 实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

6. ZXBlog

Github 地址: https://github.com/ZXZxin/ZXBlog[6]•star: 2.1 k (2,086 stars this month)•介绍: 记录各种学习笔记(算法、Java、数据库、并发......)。

7.DoraemonKit

Github地址: https://github.com/didi/DoraemonKit[7]•Star: 7.6k (1,541 stars this month)•介绍: 简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android )研发助手,你值得拥有。

8. spring-boot

Github地址: https://github.com/spring-projects/spring-boot[8]•star: 37.3k (1,489 stars this month)•介绍: 虽然Spring的组件代码是轻量级的,但它的配置却是重量级的(需要大量XML配置),不过Spring Boot 让这一切成为了过去。 另外Spring Cloud也是基于Spring Boot构建的,我个人非常有必要学习一下。

Spring Boot官方的介绍:

Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can “just run”…Most Spring Boot applications need very little Spring configuration.(Spring Boot可以轻松创建独立的生产级基于Spring的应用程序,只要通过 “just run”(可能是run ‘Application’或java -jar 或 tomcat 或 maven插件run 或 shell脚本)便可以运行项目。大部分Spring Boot项目只需要少量的配置即可)

9. spring-boot-examples

Github 地址:https://github.com/ityouknow/spring-boot-examples[9]•Star: 12.8k (1,453 stars this month)•介绍: Spring Boot 教程、技术栈示例代码,快速简单上手教程。

10. seata

Github 地址 : https://github.com/seata/seata[10]•star: 8.4 k (1441 stars this month)•介绍: Seata 是一种易于使用,高性能,基于 Java 的开源分布式事务解决方案。

11. litemall

Github 地址:https://github.com/ityouknow/spring-boot-examples[11]•Star: 6.0k (1,427 stars this month)•介绍: 又一个小商城。litemall = Spring Boot后端 + Vue管理员前端 + 微信小程序用户前端 + Vue用户移动端。

12. skywalking

Github 地址:https://github.com/apache/skywalking[12]•Star: 8.0k (1,381 stars this month)•介绍: 针对分布式系统的应用性能监控,尤其是针对微服务、云原生和面向容器的分布式系统架构。

13. elasticsearch

Github 地址https://github.com/elastic/elasticsearch[13]•Star: 4.0k (1,068stars this month)•介绍: 开源,分布式,RESTful 搜索引擎。

14. arthas

Github地址:https://github.com/alibaba/arthas[14]•star: 12.6 k (1,080 stars this month)•介绍: Arthas 是Alibaba开源的Java诊断工具。

15. hutool

Github地址:https://github.com/looly/hutool[15]•star: 4.5 k (1,031 stars this month)•介绍: Hutool是一个Java工具包,也只是一个工具包,它帮助我们简化每一行代码,减少每一个方法,让Java语言也可以“甜甜的”。Hutool最初是我项目中“util”包的一个整理,后来慢慢积累并加入更多非业务相关功能,并广泛学习其它开源项目精髓,经过自己整理修改,最终形成丰富的开源工具集。官网:https://www.hutool.cn/[16] 。

———— e n d ————

本文参与 腾讯云自媒体分享计划,分享自微信公众号。
原始发表:2019-05-03,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 程序员乔戈里 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 1. JavaGuide
  • 2. advanced-java
  • 3. CS-Notes
  • 4. ghidra
  • 5. mall
  • 6. ZXBlog
  • 7.DoraemonKit
  • 8. spring-boot
  • 9. spring-boot-examples
  • 10. seata
  • 11. litemall
  • 12. skywalking
  • 13. elasticsearch
  • 14. arthas
  • 15. hutool
相关产品与服务
Elasticsearch Service
腾讯云 Elasticsearch Service(ES)是云端全托管海量数据检索分析服务,拥有高性能自研内核,集成X-Pack。ES 支持通过自治索引、存算分离、集群巡检等特性轻松管理集群,也支持免运维、自动弹性、按需使用的 Serverless 模式。使用 ES 您可以高效构建信息检索、日志分析、运维监控等服务,它独特的向量检索还可助您构建基于语义、图像的AI深度应用。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档