From 858975bf91653b2c195b328053dea6fb5ad03f0a Mon Sep 17 00:00:00 2001 From: javahongxi Date: Mon, 12 Nov 2018 00:24:15 +0800 Subject: [PATCH] Modules intro --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3e6067a4..a7e78f24 100644 --- a/README.md +++ b/README.md @@ -12,19 +12,19 @@ ### Modules intro Module | Intro ------ | ------ -whatsmars-common | mail,HttpUtils,AES,DES加解密 +whatsmars-common | Utils公共模块 whatsmars-dbrouter | 分库分表实现 -whatsmars-dubbo | 阿里分布式RPC(服务化)框架 +whatsmars-dubbo | 高性能分布式RPC框架 whatsmars-earth | springmvc+velocity实战 whatsmars-elasticjob | 分布式调度 whatsmars-javase | Java基础 & 新特性 -whatsmars-mq | 消息中间件rocketmq,activemq -whatsmars-redis | redis客户端简单封装 +whatsmars-mq | 消息中间件RocketMQ,Kafka等 +whatsmars-redis | jedis & Spring Data Redis whatsmars-rpc | RPC -whatsmars-sharding-jdbc | 开源分布式数据库中间件 -whatsmars-spring | spring原理、集成及新特性 -whatsmars-spring-boot | springboot实战 -whatsmars-spring-boot-samples | 常用starters样例 +whatsmars-sharding-jdbc | 分布式数据库中间件 +whatsmars-spring | Spring Framework +whatsmars-spring-boot | Spring Boot 实战 +whatsmars-spring-boot-samples | Spring Boot Samples whatsmars-spring-cloud | Finchley whatsmars-tomcat | 模拟tomcat实现,embed tomcat -- GitLab