From 18f0e603a457a9640c13a55e8b9cd3deb8a89db6 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 14:23:46 +0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 33765eb..64f13c5 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ | 序号 | 图标 | 名称 | 系统 | 作用 | | :---: | :---: | ----- | ----- | ----- | -| 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 | | 分布式核心功能服务系统 | [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服务、系统功能调用的测试系统。 |
互联网 • -- GitLab