类 IdGeneratorConfiguration
- java.lang.Object
-
- y9.autoconfiguration.id.generator.IdGeneratorConfiguration
-
@Configuration @EnableConfigurationProperties(Y9IdGeneratorProperties.class) public class IdGeneratorConfiguration extends Object
-
-
构造器概要
构造器 构造器 说明 IdGeneratorConfiguration()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 SnowflakeIdGeneratorsnowflakeIdGenerator()TimeBasedUuidGeneratortimeBasedUuidGenerator()Y9SpringContexty9SpringContext()
-
-
-
方法详细资料
-
y9SpringContext
@Bean public Y9SpringContext y9SpringContext()
-
timeBasedUuidGenerator
@Bean public TimeBasedUuidGenerator timeBasedUuidGenerator()
-
snowflakeIdGenerator
@Bean public SnowflakeIdGenerator snowflakeIdGenerator()
-
-