spring-configuration-metadata.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "groups": [
  3. {
  4. "name": "security",
  5. "type": "com.pig4cloud.pig.auth.support.filter.AuthSecurityConfigProperties",
  6. "sourceType": "com.pig4cloud.pig.auth.support.filter.AuthSecurityConfigProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "security.encode-key",
  12. "type": "java.lang.String",
  13. "description": "网关解密登录前端密码 秘钥",
  14. "sourceType": "com.pig4cloud.pig.auth.support.filter.AuthSecurityConfigProperties"
  15. },
  16. {
  17. "name": "security.ignore-clients",
  18. "type": "java.util.List<java.lang.String>",
  19. "description": "网关不需要校验验证码的客户端",
  20. "sourceType": "com.pig4cloud.pig.auth.support.filter.AuthSecurityConfigProperties"
  21. },
  22. {
  23. "name": "security.is-micro",
  24. "type": "java.lang.Boolean",
  25. "description": "是否是微服务架构",
  26. "sourceType": "com.pig4cloud.pig.auth.support.filter.AuthSecurityConfigProperties",
  27. "defaultValue": false
  28. }
  29. ],
  30. "hints": [],
  31. "ignored": {
  32. "properties": []
  33. }
  34. }