mvn clean package -Dmaven.test.skip
jdk8+
maven3.3.1+
Java生态研究(Spring Boot🔥 + Redis🔥 + Dubbo🔥 + RocketMQ🔥)
Spring Boot 系列(Servlet, Tomcat, Spring, SpringMVC, Spring Boot, MyBatis)
Alternative (Spring Data Redis, Spring Cloud, ActiveMQ)
Module | Intro |
---|---|
whatsmars-common | mail,HttpUtils,AES,DES加解密 |
whatsmars-dbrouter | 分库分表实现 |
whatsmars-dubbo | 阿里分布式RPC(服务化)框架 |
whatsmars-earth | springmvc+velocity实战 |
whatsmars-elasticjob | 分布式调度 |
whatsmars-javase-example | Java基础 & 新特性 |
whatsmars-mq | 消息中间件rocketmq,activemq |
whatsmars-redis | redis客户端简单封装 |
whatsmars-rpc | RPC & Protocol |
whatsmars-sharding-jdbc | 开源分布式数据库中间件 |
whatsmars-spring | spring原理、集成及新特性 |
whatsmars-spring-boot | springboot实战 |
whatsmars-spring-boot-samples | 常用spring-boot-starters演示 |
whatsmars-spring-cloud | springcloud demo |
whatsmars-tomcat | 模拟tomcat实现,embed tomcat |
- 阿里巴巴开源分布式RPC框架Dubbo
- 阿里巴巴贡献给Apache的消息中间件RocketMQ
- RocketMQ扩展,包括console,docker,multi-language等
- JMS的标准实现ActiveMQ
- spring-framework
- spring-boot
- spring-cloud
- Redis作者的redis
- 当当网开源的分布式任务调度框架elastic-job
- 当当网的sharding-jdbc
- 阿里巴巴mysql数据库binlog的增量订阅&消费组件canal
- 阿里巴巴开源的为监控而生的数据库连接池druid
- A fast, light-weight proxy for memcached and redis
- mybatis通用分页插件
- elasticsearch - Distributed, RESTful Search Engine
- 阿里巴巴Java开发手册
- 技术博客 blog.hongxi.org🔥
- 深入一点 deep.hongxi.org🔥
- 开涛 kaitao.hongxi.org🔥
- MORE java.hongxi.org
- JDK is the most important.
- 带着问题去看源代码,没必要把源代码看完
- 看源代码最大的技巧是看英文注释,另一个技巧是日志+DEBUG
- 如果没有时间去深入研究一款软件,那么从宏观层面理解它的设计**是重要的