|
| 1 | +### 1. JavaGuide |
| 2 | + |
| 3 | +- **Github地址**: [https://github.com/Snailclimb/JavaGuide](https://github.com/Snailclimb/JavaGuide) |
| 4 | +- **Star**: 27.2k (4,437 stars this month) |
| 5 | +- **介绍**: 【Java学习+面试指南】 一份涵盖大部分Java程序员所需要掌握的核心知识。 |
| 6 | + |
| 7 | +### 2.DoraemonKit |
| 8 | + |
| 9 | +- **Github地址**: <https://github.com/didi/DoraemonKit> |
| 10 | +- **Star**: 5.2k (3,786 stars this month) |
| 11 | +- **介绍**: 简称 "DoKit" 。一款功能齐全的客户端( iOS 、Android )研发助手,你值得拥有。 |
| 12 | + |
| 13 | +### 3.advanced-java |
| 14 | + |
| 15 | +- **Github地址**:[https://github.com/doocs/advanced-java](https://github.com/doocs/advanced-java) |
| 16 | +- **Star**:11.2k (3,042 stars this month) |
| 17 | +- **介绍**: 互联网 Java 工程师进阶知识完全扫盲。 |
| 18 | + |
| 19 | +### 4. spring-boot-examples |
| 20 | + |
| 21 | +- **Github地址**:<https://github.com/ityouknow/spring-boot-examples> |
| 22 | +- **star**: 9.6 k (1,764 stars this month) |
| 23 | +- **介绍**: Spring Boot 教程、技术栈示例代码,快速简单上手教程。 |
| 24 | + |
| 25 | +### 5. mall |
| 26 | + |
| 27 | +- **Github地址**: [https://github.com/macrozheng/mall](https://github.com/macrozheng/mall) |
| 28 | +- **star**: 7.4 k (1,736 stars this month) |
| 29 | +- **介绍**: mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。 |
| 30 | + |
| 31 | +### 6. fescar |
| 32 | + |
| 33 | +- **Github地址**:[https://github.com/alibaba/fescar](https://github.com/alibaba/fescar) |
| 34 | +- **star**: 6.0 k (1,308 stars this month) |
| 35 | +- **介绍**: 具有 **高性能** 和 **易用性** 的 **微服务架构** 的 **分布式事务** 的解决方案。(特点:高性能且易于使用,旨在实现简单并快速的事务提交与回滚。) |
| 36 | + |
| 37 | +### 7. h4cker |
| 38 | + |
| 39 | +- **Github地址**:<https://github.com/The-Art-of-Hacking/h4cker> |
| 40 | +- **star**: 2.1 k (1,303 stars this month) |
| 41 | +- **介绍**: 该仓库主要由Omar Santos维护,包括与道德黑客/渗透测试,数字取证和事件响应(DFIR),漏洞研究,漏洞利用开发,逆向工程等相关的资源。 |
| 42 | + |
| 43 | +### 8. spring-boot |
| 44 | + |
| 45 | +- **Github地址**: [https://github.com/spring-projects/spring-boot](https://github.com/spring-projects/spring-boot) |
| 46 | +- **star:** 34.8k (1,073 stars this month) |
| 47 | +- **介绍**: 虽然Spring的组件代码是轻量级的,但它的配置却是重量级的(需要大量XML配置),不过Spring Boot 让这一切成为了过去。 另外Spring Cloud也是基于Spring Boot构建的,我个人非常有必要学习一下。 |
| 48 | + |
| 49 | + **关于Spring Boot官方的介绍:** |
| 50 | + |
| 51 | + > 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项目只需要少量的配置即可) |
| 52 | +
|
| 53 | +### 9. arthas |
| 54 | + |
| 55 | +- **Github地址**:[https://github.com/alibaba/arthas](https://github.com/alibaba/arthas) |
| 56 | +- **star**: 10.5 k (970 stars this month) |
| 57 | +- **介绍**: Arthas 是Alibaba开源的Java诊断工具。 |
| 58 | + |
| 59 | +### 10. tutorials |
| 60 | + |
| 61 | +- **Github地址**:[https://github.com/eugenp/tutorials](https://github.com/eugenp/tutorials) |
| 62 | +- **star**: 12.1 k (789 stars this month) |
| 63 | +- **介绍**: 该项目是一系列小而专注的教程 - 每个教程都涵盖Java生态系统中单一且定义明确的开发领域。 当然,它们的重点是Spring Framework - Spring,Spring Boot和Spring Securiyt。 除了Spring之外,还有以下技术:核心Java,Jackson,HttpClient,Guava。 |
| 64 | + |
0 commit comments