spring-configuration-metadata.json 1.73 KB
{
  "groups": [
    {
      "name": "license.verify",
      "type": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties"
    }
  ],
  "properties": [
    {
      "name": "license.verify.exclude-path-patterns",
      "type": "java.util.List<java.lang.String>",
      "description": "需要跳过验证授权的接口",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties"
    },
    {
      "name": "license.verify.license-path",
      "type": "java.lang.String",
      "description": "许可证文件路径",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
      "defaultValue": "classpath:license.lic"
    },
    {
      "name": "license.verify.password",
      "type": "java.lang.String",
      "description": "私钥库密码",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
      "defaultValue": ""
    },
    {
      "name": "license.verify.public-alias",
      "type": "java.lang.String",
      "description": "公钥别名",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties"
    },
    {
      "name": "license.verify.public-keys-store-path",
      "type": "java.lang.String",
      "description": "公钥存储路径",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
      "defaultValue": "\/publicCerts.keystore"
    },
    {
      "name": "license.verify.subject",
      "type": "java.lang.String",
      "description": "主题",
      "sourceType": "com.huaheng.spring.boot.autoconfigure.LicenseVerifyProperties",
      "defaultValue": "软件许可证书"
    }
  ],
  "hints": []
}