Skip to content

🍃A high performance distributed unique ID generation system

License

Notifications You must be signed in to change notification settings

Yaccc/leafserver

Repository files navigation

leafserver

A high performance distributed unique ID generation system

how to start

  • git clone [email protected]:Yaccc/leafserver.git && cd leafserver
  • find coreTable.sql then create this table in database leaf on your MySQL
  • in leafserver/leafserver-starter/src/main/profile/dev/application.yaml && modify url, username and password to your MySQL's
  • cd leafserver && mvn clean package
  • cd leafserver/leafserver-starter/target
  • exec java -jar leafserver-1.0-SNAPSHOP.jar
  • curl http://localhost:9999/id?app=${app}&key=${key} to get one ID before added data(app & key) to your DB table

About

🍃A high performance distributed unique ID generation system

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages