From 25acdf56e768156acc3afb6efb95abc8e2accee7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=82=85=E5=93=A5?= <184172133@qq.com> Date: Sat, 25 Dec 2021 13:37:47 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a6a06..7e96a04 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ | :---: | :---: | ----- | ----- | ----- | | 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 前端页面 | +| 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