META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy
{
"groups": [
{
"sourceType": "com.v1ok.uuid.property.TypeProperties",
"name": "UUID 配置信息",
"type": "com.v1ok.uuid.property.TypeProperties"
},
{
"sourceType": "com.v1ok.uuid.property.SnowflakeProperties",
"name": "UUID 配置信息",
"type": "com.v1ok.uuid.property.SnowflakeProperties"
}
],
"properties": [
{
"sourceType": "com.v1ok.uuid.property.TypeProperties",
"name": "uuid.type",
"type": "com.v1ok.uuid.property.GenerateType",
"description": "Configuring uuid type"
},
{
"sourceType": "com.v1ok.uuid.property.SnowflakeProperties",
"name": "uuid.snowflake.workerId",
"type": "java.lang.Long",
"description": "Configuring machine identification"
},
{
"sourceType": "com.v1ok.uuid.property.SnowflakeProperties",
"name": "uuid.snowflake.dataCenterId",
"type": "java.lang.Long",
"description": "Configuring data center identification"
},
{
"sourceType": "com.v1ok.uuid.property.SnowflakeProperties",
"name": "uuid.snowflake.epoch",
"type": "java.lang.Long",
"description": "Configuring the start time of UUID generation"
},
{
"sourceType": "com.v1ok.uuid.property.SnowflakeProperties",
"name": "uuid.snowflake.base",
"type": "java.lang.Integer",
"description": "It can display decimal, octal, hex and thirty-two binary format for the nextToString method "
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy