类 IdGeneratorUtil

java.lang.Object
com.sie.mbm.mom.framework.apilog.step.util.IdGeneratorUtil

public class IdGeneratorUtil extends Object
  • 字段详细资料

    • snowflake

      private static final cn.hutool.core.lang.Snowflake snowflake
      使用无参方法,让 Hutool 自动分配 workerId
  • 构造器详细资料

    • IdGeneratorUtil

      public IdGeneratorUtil()
  • 方法详细资料

    • genId

      public static String genId()
      返回 64 位 Snowflake ID
      返回: