spring-configuration-metadata.json 913 Bytes
{
  "groups": [
    {
      "name": "lego",
      "type": "com.lego.common.config.LegoConfig",
      "sourceType": "com.lego.common.config.LegoConfig"
    }
  ],
  "properties": [
    {
      "name": "lego.cache-lazy",
      "type": "java.lang.Boolean",
      "description": "缓存懒加载",
      "sourceType": "com.lego.common.config.LegoConfig",
      "defaultValue": false
    },
    {
      "name": "lego.copyright-year",
      "type": "java.lang.String",
      "description": "版权年份",
      "sourceType": "com.lego.common.config.LegoConfig"
    },
    {
      "name": "lego.name",
      "type": "java.lang.String",
      "description": "项目名称",
      "sourceType": "com.lego.common.config.LegoConfig"
    },
    {
      "name": "lego.version",
      "type": "java.lang.String",
      "description": "版本",
      "sourceType": "com.lego.common.config.LegoConfig"
    }
  ],
  "hints": []
}