spring-configuration-metadata.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "groups": [
  3. {
  4. "name": "cn.jiheng.auth",
  5. "type": "com.factory.auth.infrastructure.config.AuthenticationProperties",
  6. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "cn.jiheng.auth.client",
  12. "type": "java.lang.String",
  13. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties",
  14. "defaultValue": "APP"
  15. },
  16. {
  17. "name": "cn.jiheng.auth.default-nickname",
  18. "type": "java.lang.String",
  19. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
  20. },
  21. {
  22. "name": "cn.jiheng.auth.header-name",
  23. "type": "java.lang.String",
  24. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties",
  25. "defaultValue": "Authorization"
  26. },
  27. {
  28. "name": "cn.jiheng.auth.log-ignore-param-list",
  29. "type": "java.util.List<java.lang.String>",
  30. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
  31. },
  32. {
  33. "name": "cn.jiheng.auth.login-url",
  34. "type": "java.lang.String",
  35. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties",
  36. "defaultValue": "https:\/\/s2.jihengcc.cn\/web\/login"
  37. },
  38. {
  39. "name": "cn.jiheng.auth.permit-url-list",
  40. "type": "java.util.List<java.lang.String>",
  41. "sourceType": "com.factory.auth.infrastructure.config.AuthenticationProperties"
  42. }
  43. ],
  44. "hints": []
  45. }