All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 0.1.7
Show newest version
{
  "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