Skip to content

E7du/gedid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
GedidLoader loader = GedidLoader.init(GedidConfig.defaultConfig());
  • Step2: follow business with name
Gedid user = loader.follow("user");
  • Step3: get business id
Long id = user.next();