# 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 is a java based distributed sequence component. It provides REST APIs and clients(RPC, HTTP) ways to obtain sequences, and it supports Spring Boot, Spring Cloud and MyBatis. ## Installation Please make sure the Java version is 1.8 and above. ```bash $ git clone https://github.com/yihleego/unique.git $ cd unique $ mvn clean install ``` ## Documentation [Chinese Document 中文文档](README.ZH_CN.md) #### Client > * [unique-client](docs/client/UNIQUE_CLIENT.md) > * [unique-client-spring-boot-starter](docs/client/UNIQUE_CLIENT_SPRING_BOOT_STARTER.md) > * [unique-mybatis-support](docs/client/UNIQUE_MYBATIS_SUPPORT.md) #### Server > * [unique-core](docs/server/UNIQUE_CORE.md) > * [unique-server-spring-boot-starter](docs/server/UNIQUE_SERVER_SPRING_BOOT_STARTER.md) > * [unique-server-console](docs/server/UNIQUE_SERVER_CONSOLE.md) ## Contact > * Bugs & Issues: [Click Here](https://github.com/yihleego/unique/issues) ## License Unique is under the Apache 2.0 license. See the [LICENSE](LICENSE.txt) file for details.