spring-configuration-metadata.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "hints": [],
  3. "groups": [
  4. {
  5. "sourceType": "com.mooctest.config.MongoOneConfig",
  6. "name": "mongodb1",
  7. "sourceMethod": "properties()",
  8. "type": "org.springframework.boot.autoconfigure.mongo.MongoProperties"
  9. },
  10. {
  11. "sourceType": "com.mooctest.config.MongoTwoConfig",
  12. "name": "mongodb2",
  13. "sourceMethod": "properties()",
  14. "type": "org.springframework.boot.autoconfigure.mongo.MongoProperties"
  15. }
  16. ],
  17. "properties": [
  18. {
  19. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  20. "name": "mongodb1.authentication-database",
  21. "type": "java.lang.String"
  22. },
  23. {
  24. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  25. "name": "mongodb1.database",
  26. "type": "java.lang.String"
  27. },
  28. {
  29. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  30. "name": "mongodb1.field-naming-strategy",
  31. "type": "java.lang.Class<?>"
  32. },
  33. {
  34. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  35. "name": "mongodb1.grid-fs-database",
  36. "type": "java.lang.String"
  37. },
  38. {
  39. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  40. "name": "mongodb1.host",
  41. "type": "java.lang.String"
  42. },
  43. {
  44. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  45. "name": "mongodb1.password",
  46. "type": "char[]"
  47. },
  48. {
  49. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  50. "name": "mongodb1.port",
  51. "type": "java.lang.Integer"
  52. },
  53. {
  54. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  55. "name": "mongodb1.uri",
  56. "type": "java.lang.String"
  57. },
  58. {
  59. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  60. "name": "mongodb1.username",
  61. "type": "java.lang.String"
  62. },
  63. {
  64. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  65. "name": "mongodb2.authentication-database",
  66. "type": "java.lang.String"
  67. },
  68. {
  69. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  70. "name": "mongodb2.database",
  71. "type": "java.lang.String"
  72. },
  73. {
  74. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  75. "name": "mongodb2.field-naming-strategy",
  76. "type": "java.lang.Class<?>"
  77. },
  78. {
  79. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  80. "name": "mongodb2.grid-fs-database",
  81. "type": "java.lang.String"
  82. },
  83. {
  84. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  85. "name": "mongodb2.host",
  86. "type": "java.lang.String"
  87. },
  88. {
  89. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  90. "name": "mongodb2.password",
  91. "type": "char[]"
  92. },
  93. {
  94. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  95. "name": "mongodb2.port",
  96. "type": "java.lang.Integer"
  97. },
  98. {
  99. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  100. "name": "mongodb2.uri",
  101. "type": "java.lang.String"
  102. },
  103. {
  104. "sourceType": "org.springframework.boot.autoconfigure.mongo.MongoProperties",
  105. "name": "mongodb2.username",
  106. "type": "java.lang.String"
  107. }
  108. ]
  109. }