io.leego:unique-server-spring-boot-starter

The parent project of unique

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.leego
ArtifactId

ArtifactId

unique-server-spring-boot-starter
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

The parent project of unique

Download unique-server-spring-boot-starter

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
io.leego : unique-core jar 0.1.0
io.leego : unique-server-console Optional jar 0.1.0
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-autoconfigure jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
com.zaxxer : HikariCP jar
org.mongodb : mongodb-driver-sync Optional jar

Project Modules

There are no modules declared in this project.

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