unique-parent

The parent project of unique

License

License

GroupId

GroupId

io.leego
ArtifactId

ArtifactId

unique-parent
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

unique-parent
The parent project of unique
Project URL

Project URL

https://github.com/yihleego/unique
Source Code Management

Source Code Management

https://github.com/yihleego/unique

Download unique-parent

Filename Size
unique-parent-0.1.0.pom 13 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/io.leego/unique-parent/ -->
<dependency>
    <groupId>io.leego</groupId>
    <artifactId>unique-parent</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.leego/unique-parent/
implementation 'io.leego:unique-parent:0.1.0'
// https://jarcasting.com/artifacts/io.leego/unique-parent/
implementation ("io.leego:unique-parent:0.1.0")
'io.leego:unique-parent:pom:0.1.0'
<dependency org="io.leego" name="unique-parent" rev="0.1.0">
  <artifact name="unique-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.leego', module='unique-parent', version='0.1.0')
)
libraryDependencies += "io.leego" % "unique-parent" % "0.1.0"
[io.leego/unique-parent "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • unique-common
  • unique-client
  • unique-client-spring-boot-starter
  • unique-core
  • unique-server-spring-boot-starter
  • unique-server-console
  • unique-mybatis-support

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.

$ git clone https://github.com/yihleego/unique.git
$ cd unique
$ mvn clean install

Documentation

Chinese Document 中文文档

Client

Server

Contact

License

Unique is under the Apache 2.0 license. See the LICENSE file for details.

Versions

Version
0.1.0
0.0.1