Class UuidIdGenerator

java.lang.Object
io.github.xezzon.zeroweb.common.jpa.UuidIdGenerator
All Implemented Interfaces:
io.github.xezzon.tao.data.IdGenerator

@Component @ConditionalOnProperty(prefix="zeroweb", name="id-generator", havingValue="UUID", matchIfMissing=true) public class UuidIdGenerator extends Object implements io.github.xezzon.tao.data.IdGenerator
ID生成器(UUID策略)
Author:
xezzon
  • Constructor Details

    • UuidIdGenerator

      public UuidIdGenerator()
  • Method Details

    • nextId

      public String nextId()
      Specified by:
      nextId in interface io.github.xezzon.tao.data.IdGenerator