spring-configuration-metadata.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "groups": [
  3. {
  4. "name": "dlink.mybatis-plus.fill",
  5. "type": "com.dlink.db.properties.MybatisPlusFillProperties",
  6. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "dlink.mybatis-plus.fill.alias",
  12. "type": "java.lang.String",
  13. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  14. "defaultValue": "alias"
  15. },
  16. {
  17. "name": "dlink.mybatis-plus.fill.create-time-field",
  18. "type": "java.lang.String",
  19. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  20. "defaultValue": "createTime"
  21. },
  22. {
  23. "name": "dlink.mybatis-plus.fill.enable-insert-fill",
  24. "type": "java.lang.Boolean",
  25. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  26. "defaultValue": true
  27. },
  28. {
  29. "name": "dlink.mybatis-plus.fill.enable-update-fill",
  30. "type": "java.lang.Boolean",
  31. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  32. "defaultValue": true
  33. },
  34. {
  35. "name": "dlink.mybatis-plus.fill.enabled",
  36. "type": "java.lang.Boolean",
  37. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  38. "defaultValue": true
  39. },
  40. {
  41. "name": "dlink.mybatis-plus.fill.name",
  42. "type": "java.lang.String",
  43. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  44. "defaultValue": "name"
  45. },
  46. {
  47. "name": "dlink.mybatis-plus.fill.update-time-field",
  48. "type": "java.lang.String",
  49. "sourceType": "com.dlink.db.properties.MybatisPlusFillProperties",
  50. "defaultValue": "updateTime"
  51. }
  52. ],
  53. "hints": []
  54. }