Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
76 lines (51 loc) · 4.11 KB

File metadata and controls

76 lines (51 loc) · 4.11 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

1. JavaGuide

2. advanced-java

3. fescar

  • Github地址https://github.com/alibaba/fescar
  • star: 4.6k
  • 介绍: 具有 高性能易用性微服务架构分布式事务 的解决方案。(特点:高性能且易于使用,旨在实现简单并快速的事务提交与回滚。

4. mall

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

5. miaosha

  • Github地址https://github.com/qiurunze123/miaosha
  • star: 4.4k
  • 介绍: 高并发大流量如何进行秒杀架构,我对这部分知识做了一个系统的整理,写了一套系统。

6. flink

7. cim

8. symphony

9. spring-boot

  • Github地址https://github.com/spring-projects/spring-boot

  • star: 32.6k

  • 介绍: 虽然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项目只需要少量的配置即可)

10. arthas

概览:

当你遇到以下类似问题而束手无策时,Arthas可以帮助你解决:

  1. 这个类从哪个 jar 包加载的?为什么会报各种类相关的 Exception?
  2. 我改的代码为什么没有执行到?难道是我没 commit?分支搞错了?
  3. 遇到问题无法在线上 debug,难道只能通过加日志再重新发布吗?
  4. 线上遇到某个用户的数据处理有问题,但线上同样无法 debug,线下无法重现!
  5. 是否有一个全局视角来查看系统的运行状况?
  6. 有什么办法可以监控到JVM的实时运行状态?

Arthas支持JDK 6+,支持Linux/Mac/Winodws,采用命令行交互模式,同时提供丰富的 Tab 自动补全功能,进一步方便进行问题的定位和诊断。

Morty Proxy This is a proxified and sanitized view of the page, visit original site.