Skip to content

baayso/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

commons

Common library.

Jdk Version Build Status Maven Central

  • Log 对 slf4j Logger 的简单封装
  • ObjectId MongoDB ObjectId

  • Sequence 基于Twitter的Snowflake算法实现分布式高效有序ID

  • SystemClock 高并发场景下System.currentTimeMillis()的性能问题的优化