io.leego:unique-server-console

The parent project of unique

Лицензия

Лицензия

Группа

Группа

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

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

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

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

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

The parent project of unique

Скачать unique-server-console

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.leego : unique-core Необязательный jar 0.1.0
org.springframework.boot : spring-boot-starter-web Необязательный jar
org.springframework.boot : spring-boot-starter-validation Необязательный jar

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

Данный проект не имеет модулей.

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