spring-configuration-metadata.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "hints": [],
  3. "groups": [
  4. {
  5. "sourceType": "org.springblade.core.launch.props.BladeProperties",
  6. "name": "blade",
  7. "type": "org.springblade.core.launch.props.BladeProperties"
  8. }
  9. ],
  10. "properties": [
  11. {
  12. "sourceType": "org.springblade.core.launch.props.BladeProperties",
  13. "name": "blade.env",
  14. "description": "开发环境",
  15. "type": "java.lang.String"
  16. },
  17. {
  18. "sourceType": "org.springblade.core.launch.props.BladeProperties",
  19. "defaultValue": false,
  20. "name": "blade.is-local",
  21. "description": "判断是否为 本地开发环境",
  22. "type": "java.lang.Boolean"
  23. },
  24. {
  25. "sourceType": "org.springblade.core.launch.props.BladeProperties",
  26. "name": "blade.name",
  27. "description": "服务名",
  28. "type": "java.lang.String"
  29. },
  30. {
  31. "sourceType": "org.springblade.core.launch.props.BladeProperties",
  32. "name": "blade.prop",
  33. "description": "装载自定义配置blade.prop.xxx",
  34. "type": "java.util.Map<java.lang.String,java.lang.String>"
  35. }
  36. ]
  37. }