项目作者: E7du

项目描述 :
The Generate distributed id system.
高级语言: Java
项目地址: git://github.com/E7du/gedid.git
创建时间: 2018-08-31T07:32:29Z
项目社区:https://github.com/E7du/gedid

开源协议:Apache License 2.0

下载


Gedid : UnSupported !!! merged into spring-boot-x

The Generate distributed id system.

maven

features

  • distributed;
  • orderly;
  • thread safety.

How to use?

  • Step 1: init GedidLoader
  1. GedidLoader loader = GedidLoader.init(GedidConfig.defaultConfig());
  • Step2: follow business with name
  1. Gedid user = loader.follow("user");
  • Step3: get business id
  1. Long id = user.next();