From e7d0e3d1f06f28e2adf0360fe9bc1084abf9b8b4 Mon Sep 17 00:00:00 2001 From: YunaiV <> Date: Thu, 14 Mar 2019 23:12:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=99=E4=BA=86=E4=B8=80=E4=B8=AA=E5=81=87?= =?UTF-8?q?=E7=9A=84=20README=20=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..21823f766 --- /dev/null +++ b/README.md @@ -0,0 +1,52 @@ +# 前言 + +B2C 电商。 + +# 技术栈 + +## 前端 + +* 用户 H5 站:Vue + Vant +* 管理后台:React + Antd + +## 后端 + +* Spring Boot +* MyBatis + MySQL +* [ ] Redis + Redisson +* Dubbo 服务化框架 +* RocketMQ 消息队列 +* Zookeeper 注册中心 +* SkyWalking 链路追踪 +* XXL-Job 任务调度 +* [ ] 配置中心 +* [ ] 服务保障 + +## 其它 + +* Jenkins 持续集成 +* Nginx 服务器 +* [ ] Docker 容器 + +# 项目结构 + +* admin-web 管理后台 +* mobile-web 用户 H5 站 +* user 用户服务 +* product 商品服务 +* order 订单服务 +* pay 支付服务 +* admin 管理员、数据字典、短信等等系统大杂烩 + +# 演示 + +TODO 暂时木有 + +# 结尾 + +如果你对该项目感兴趣,可以加 QQ 7685413 。 + +目前成员 + +* 小范 +* 芋艿 \ No newline at end of file