From 96a6106946bf57374b50e73e7a7d99209c032864 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Mon, 20 Dec 2021 21:27:39 +0800 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index cda1f69..08a6a06 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,9 @@ ## 🎨 实战项目 - DDD 抽奖系统 -| 序号 | 图标 | 名称 | 系统 | 作用 | -| :---: | :---: | ----- | ----- | ----- | -| 1 | | 分布式核心功能服务系统 | [Lottery](https://gitcode.net/KnowledgePlanet/Lottery) | 提供抽奖业务领域功能,以分布式部署的方式提供 RPC 服务。 | -| 2 | | 网关API服务 | [Lottery-API](https://gitcode.net/KnowledgePlanet/Lottery-API) | 网关服务,提供;H5 页面抽奖、公众号开发回复消息抽奖。 | -| 3 | | C端用户系统 | [Lottery-Front](https://gitcode.net/KnowledgePlanet/Lottery-Front) | 开发中,vue 前端页面 | -| 4 | | B端运营系统 | [Lottery-ERP](https://gitcode.net/KnowledgePlanet/Lottery-ERP) | 满足运营人员对于活动的查询、配置、修改、审核等操作。 | -| 5 | | 分库分表路由组件 | [db-router-spring-boot-starter](https://gitcode.net/KnowledgePlanet/db-router-spring-boot-starter) | **本项目依赖自研分库分表组件,需要下载后构建** 开发一个基于 HashMap 核心设计原理,使用哈希散列+扰动函数的方式,把数据散列到多个库表中的组件,并验证使用。 | -| 6 | | 测试验证系统 | [Lottery-Test](https://gitcode.net/KnowledgePlanet/Lottery-Test) | 用于测试验证RPC服务、系统功能调用的测试系统。 | +
+ +
互联网 • @@ -68,8 +63,20 @@ 规则引擎
+
+ ` Lottery 抽奖系统` 项目是一款互联网面向C端人群营销活动类的抽奖系统,可以提供抽奖活动玩法策略的创建、参与、记账、发奖等逻辑功能。在使用的过程中运营人员通过创建概率类奖品的抽奖玩法,对用户进行拉新、促活、留存,通常这样的系统会用在电商、外卖、出行、公众号运营等各类场景中。 +| 序号 | 图标 | 名称 | 系统 | 作用 | +| :---: | :---: | ----- | ----- | ----- | +| 1 | | 分布式核心功能服务系统 | [Lottery](https://gitcode.net/KnowledgePlanet/Lottery) | 提供抽奖业务领域功能,以分布式部署的方式提供 RPC 服务。 | +| 2 | | 网关API服务 | [Lottery-API](https://gitcode.net/KnowledgePlanet/Lottery-API) | 网关服务,提供;H5 页面抽奖、公众号开发回复消息抽奖。 | +| 3 | | C端用户系统 | [Lottery-Front](https://gitcode.net/KnowledgePlanet/Lottery-Front) | 开发中,vue 前端页面 | +| 4 | | B端运营系统 | [Lottery-ERP](https://gitcode.net/KnowledgePlanet/Lottery-ERP) | 满足运营人员对于活动的查询、配置、修改、审核等操作。 | +| 5 | | 分库分表路由组件 | [db-router-spring-boot-starter](https://gitcode.net/KnowledgePlanet/db-router-spring-boot-starter) | **本项目依赖自研分库分表组件,需要下载后构建** 开发一个基于 HashMap 核心设计原理,使用哈希散列+扰动函数的方式,把数据散列到多个库表中的组件,并验证使用。 | +| 6 | | 测试验证系统 | [Lottery-Test](https://gitcode.net/KnowledgePlanet/Lottery-Test) | 用于测试验证RPC服务、系统功能调用的测试系统。 | + + ### 1. 基本说明 - 总有粉丝伙伴问傅哥,有没有能上手练习技术的项目,现在学了这么多技术知识、看了这么多设计模式、搜了这么多架构设计,但这些内容都是怎么结合在一起使用的呢?🚌好,这趟车就带你一起搞起来,看看互联网的项目是怎么开发的,都用到了哪些技术! -- GitLab