类 ImadcnIdentifierGenerator

java.lang.Object
com.baomidou.mybatisplus.core.incrementer.ImadcnIdentifierGenerator
所有已实现的接口:
IdentifierGenerator, Closeable, AutoCloseable

public class ImadcnIdentifierGenerator
extends Object
implements IdentifierGenerator, Closeable
用 https://github.com/imadcn/idworker 的实现
从以下版本开始:
3.4.0, 2020-08-11
作者:
miemie
  • 构造器详细资料

    • ImadcnIdentifierGenerator

      public ImadcnIdentifierGenerator​(String serverLists)
    • ImadcnIdentifierGenerator

      public ImadcnIdentifierGenerator​(com.imadcn.framework.idworker.config.ZookeeperConfiguration zookeeperConfiguration)
    • ImadcnIdentifierGenerator

      public ImadcnIdentifierGenerator​(com.imadcn.framework.idworker.config.ZookeeperConfiguration zookeeperConfiguration, com.imadcn.framework.idworker.config.ApplicationConfiguration applicationConfiguration)
  • 方法详细资料