spring-configuration-metadata.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "groups": [
  3. {
  4. "name": "aliyun",
  5. "type": "com.seecoder.config.property.AliProperties",
  6. "sourceType": "com.seecoder.config.property.AliProperties"
  7. },
  8. {
  9. "name": "aliyun.profile",
  10. "type": "com.seecoder.config.property.AliProperties$Profile",
  11. "sourceType": "com.seecoder.config.property.AliProperties"
  12. },
  13. {
  14. "name": "unified",
  15. "type": "com.seecoder.config.property.ApplicationProperties",
  16. "sourceType": "com.seecoder.config.property.ApplicationProperties"
  17. },
  18. {
  19. "name": "unified.k8s",
  20. "type": "com.seecoder.config.property.ApplicationProperties$K8s",
  21. "sourceType": "com.seecoder.config.property.ApplicationProperties"
  22. },
  23. {
  24. "name": "unified.local-storage",
  25. "type": "com.seecoder.config.property.ApplicationProperties$LocalStorage",
  26. "sourceType": "com.seecoder.config.property.ApplicationProperties"
  27. },
  28. {
  29. "name": "unified.oss-storage",
  30. "type": "com.seecoder.config.property.ApplicationProperties$OssStorage",
  31. "sourceType": "com.seecoder.config.property.ApplicationProperties"
  32. }
  33. ],
  34. "properties": [
  35. {
  36. "name": "aliyun.profile.access-key-id",
  37. "type": "java.lang.String",
  38. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  39. },
  40. {
  41. "name": "aliyun.profile.access-key-secret",
  42. "type": "java.lang.String",
  43. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  44. },
  45. {
  46. "name": "aliyun.profile.region-id",
  47. "type": "java.lang.String",
  48. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  49. },
  50. {
  51. "name": "aliyun.profile.sign-name",
  52. "type": "java.lang.String",
  53. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  54. },
  55. {
  56. "name": "aliyun.profile.sys-domain",
  57. "type": "java.lang.String",
  58. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  59. },
  60. {
  61. "name": "aliyun.profile.sys-version",
  62. "type": "java.lang.String",
  63. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  64. },
  65. {
  66. "name": "aliyun.profile.template-code",
  67. "type": "java.lang.String",
  68. "sourceType": "com.seecoder.config.property.AliProperties$Profile"
  69. },
  70. {
  71. "name": "unified.deploy-namespace",
  72. "type": "java.lang.String",
  73. "sourceType": "com.seecoder.config.property.ApplicationProperties"
  74. },
  75. {
  76. "name": "unified.k8s.api-server",
  77. "type": "java.lang.String",
  78. "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
  79. },
  80. {
  81. "name": "unified.k8s.debug",
  82. "type": "java.lang.Boolean",
  83. "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s",
  84. "defaultValue": true
  85. },
  86. {
  87. "name": "unified.k8s.image-registry",
  88. "type": "java.lang.String",
  89. "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
  90. },
  91. {
  92. "name": "unified.k8s.secret-name",
  93. "type": "java.lang.String",
  94. "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
  95. },
  96. {
  97. "name": "unified.k8s.token",
  98. "type": "java.lang.String",
  99. "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s"
  100. },
  101. {
  102. "name": "unified.k8s.validate-s-s-l",
  103. "type": "java.lang.Boolean",
  104. "sourceType": "com.seecoder.config.property.ApplicationProperties$K8s",
  105. "defaultValue": false
  106. },
  107. {
  108. "name": "unified.local-storage.properties",
  109. "type": "java.util.Map<java.lang.String,java.lang.String>",
  110. "sourceType": "com.seecoder.config.property.ApplicationProperties$LocalStorage"
  111. },
  112. {
  113. "name": "unified.oss-storage.properties",
  114. "type": "java.util.Map<java.lang.String,java.lang.String>",
  115. "sourceType": "com.seecoder.config.property.ApplicationProperties$OssStorage"
  116. }
  117. ],
  118. "hints": []
  119. }