# distributed-id **Repository Path**: zk99year/distributed-id ## Basic Information - **Project Name**: distributed-id - **Description**: 使用Redis和号段模式提供分布式id,并提供rpc接口 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-06-25 - **Last Updated**: 2023-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # distributed-id ## 访问 ID信息监控 http://127.0.0.1:8080/cache 数据库信息监控 http://127.0.0.1:8080/db 获取分布式ID http://127.0.0.1:8080/api/segment/get/leaf-segment-test ## 介绍 使用Redis和号段模式提供分布式id,并提供rpc接口 ## 软件架构 软件架构说明: ## 安装教程 1. xxxx 2. xxxx 3. xxxx ## 使用说明 1. xxxx 2. xxxx 3. xxxx ## Git操作 **更新操作** 1、更新remote索引 ``` git fetch ``` **提交操作** 1、将当前目录下修改的所有代码从工作区添加到暂存区 ```git git add . ``` 2、将缓存区内容添加到本地仓库 ```git git commit -m "备注" ``` 3、将本地分支推送到origin主机,同时指定origin为默认主机,后面就可以不加任何参数使用git push 也可解决 git建立远程分支关联时出现fatal ... upstram的问题 ``` git push -u origin 分支名 ``` ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)