additional-spring-configuration-metadata.json 957 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "groups": [
  3. {
  4. "name": "springboot.license",
  5. "sourceType": "com.appleyk.verify.config.LicenseVerifyProperties",
  6. "type": "com.appleyk.verify.config.LicenseVerifyProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "springboot.license.verify.subject",
  12. "type": "java.lang.String",
  13. "description": "证书名称."
  14. },
  15. {
  16. "name": "springboot.license.verify.publicAlias",
  17. "type": "java.lang.String",
  18. "description": "公钥别名."
  19. },
  20. {
  21. "name": "springboot.license.verify.publicKeysStorePath",
  22. "type": "java.lang.String",
  23. "description": "公钥库所在的位置."
  24. },
  25. {
  26. "name": "springboot.license.verify.storePass",
  27. "type": "java.lang.String",
  28. "description": "公钥库访问密码."
  29. },
  30. {
  31. "name": "springboot.license.verify.licensePath",
  32. "type": "java.lang.String",
  33. "description": "证书所在的位置."
  34. }
  35. ] }