提交 20472c85 编写于 作者: 武汉红喜's avatar 武汉红喜

README

上级 23366514
......@@ -5,7 +5,7 @@
- [Spring Boot](https://spring.io/projects/spring-boot) Series(Servlet, Tomcat, Spring, SpringMVC, Spring Data, Spring Boot, Spring WebFlux, Spring Cloud)
- [Dubbo](http://dubbo.apache.org/en-us/) / [《企业IT架构转型之道:阿里巴巴中台战略思想与架构实战》](https://book.douban.com/subject/27039508/)
- [《Redis设计与实现》](https://e.jd.com/30189715.html) `e.jd.com`
- [《RocketMQ实战与原理解析》](https://book.douban.com/subject/30246992/) `douban.com`
- [《RocketMQ实战与原理解析》](https://e.jd.com/30414640.html) / [《Kafka权威指南》](https://e.jd.com/30442811.html)
- [《Elasticsearch技术解析与实战》](https://e.jd.com/30318357.html)
👻 [start.spring.io](https://start.spring.io) 👻 [start.dubbo.io](http://start.dubbo.io)
......@@ -22,13 +22,14 @@ whatsmars-elasticsearch | Elasticsearch
whatsmars-javase | Java基础 & 新特性
whatsmars-mq | 消息中间件RocketMQ,Kafka等
whatsmars-redis | Redis客户端简单封装
whatsmars-rpc | RPC
whatsmars-rpc | Transport & RPC & Serialization
whatsmars-sharding-jdbc | 分布式数据库中间件
whatsmars-spring | Spring Framework
whatsmars-spring-boot | Spring Boot 实战
whatsmars-spring-boot-samples | Spring Boot 2+
whatsmars-spring-cloud | Spring Cloud 微服务生态
whatsmars-tomcat | 模拟tomcat实现
whatsmars-zk | zookeeper
### Mars Plan
- [x] [*Dubbo*](https://github.com/alibaba/dubbo)
......
......@@ -26,6 +26,7 @@
<module>whatsmars-earth</module>
<module>whatsmars-spring-boot-samples</module>
<module>whatsmars-elasticsearch</module>
<module>whatsmars-zk</module>
</modules>
<properties>
......
......@@ -131,4 +131,4 @@ broker会在一段时间后回查ProducerGroup里的其他实例,确认消息
### More
- [RocketMQ架构模块解析](https://blog.csdn.net/javahongxi/article/details/72956608)
- [RocketMQ高并发读写](https://blog.csdn.net/javahongxi/article/details/72956619)
- [《RocketMQ实战与原理解析》](https://book.douban.com/subject/30246992/) `douban.com`
- [《RocketMQ实战与原理解析》](https://e.jd.com/30414640.html) `e.jd.com`
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册