spring-configuration-metadata.json 411 B

123456789101112131415161718
  1. {
  2. "groups": [
  3. {
  4. "name": "jt.env",
  5. "type": "com.jt.cloud.framework.env.config.EnvProperties",
  6. "sourceType": "com.jt.cloud.framework.env.config.EnvProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "jt.env.tag",
  12. "type": "java.lang.String",
  13. "description": "环境标签",
  14. "sourceType": "com.jt.cloud.framework.env.config.EnvProperties"
  15. }
  16. ],
  17. "hints": []
  18. }