# unique **Repository Path**: yihleego/unique ## Basic Information - **Project Name**: unique - **Description**: Unique is a java based distributed sequence component. It provides RESTful APIs and clients(RPC, HTTP) to obtain sequences, and it supports Spring Boot, Spring Cloud and MyBatis. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-26 - **Last Updated**: 2022-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unique Unique是Java实现的分布式序列号组件,它提供了REST APIs和Java客户端(RPC、HTTP等)方式来获取序列号,支持Spring Boot、Spring Cloud和MyBatis。 ## 安装 请确保您的Java版本在1.8及以上。 ```bash $ git clone https://github.com/yihleego/unique.git $ cd unique $ mvn clean install ``` ## 文档 [English Document 英文文档](README.md) #### 客户端 > * [unique-client](docs/client/UNIQUE_CLIENT.ZH_CN.md) > * [unique-client-spring-boot-starter](docs/client/UNIQUE_CLIENT_SPRING_BOOT_STARTER.ZH_CN.md) > * [unique-mybatis-support](docs/client/UNIQUE_MYBATIS_SUPPORT.ZH_CN.md) #### 服务端 > * [unique-core](docs/server/UNIQUE_CORE.ZH_CN.md) > * [unique-server-spring-boot-starter](docs/server/UNIQUE_SERVER_SPRING_BOOT_STARTER.ZH_CN.md) > * [unique-server-console](docs/server/UNIQUE_SERVER_CONSOLE.ZH_CN.md) ## 交流 > * 问题与意见: [点击这里](https://github.com/yihleego/unique/issues) ## License Unique is under the Apache 2.0 license. See the [LICENSE](LICENSE.txt) file for details.