unique-parent

The parent project of unique

Лицензия

Лицензия

Группа

Группа

io.leego
Идентификатор

Идентификатор

unique-parent
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

unique-parent
The parent project of unique
Ссылка на сайт

Ссылка на сайт

https://github.com/yihleego/unique
Система контроля версий

Система контроля версий

https://github.com/yihleego/unique

Скачать unique-parent

Имя Файла Размер
unique-parent-0.1.0.pom 13 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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.

Версии библиотеки

Версия
0.1.0
0.0.1