spring-configuration-metadata.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "hints": [],
  3. "groups": [
  4. {
  5. "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
  6. "name": "spring.datasource.master",
  7. "type": "com.xinxin.topro.inpnurseservice.config.DataProperties"
  8. },
  9. {
  10. "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
  11. "name": "spring.datasource.mysql2",
  12. "type": "com.xinxin.topro.inpnurseservice.config.MySql2Properties"
  13. },
  14. {
  15. "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
  16. "name": "spring.datasource.oracle",
  17. "type": "com.xinxin.topro.inpnurseservice.config.OracleProperties"
  18. },
  19. {
  20. "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleSourceConfig",
  21. "name": "spring.datasource.oracle",
  22. "sourceMethod": "getSecondDataSource()",
  23. "type": "javax.sql.DataSource"
  24. },
  25. {
  26. "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
  27. "name": "spring.datasource.other",
  28. "type": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp"
  29. },
  30. {
  31. "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataSourceConfigInp",
  32. "name": "spring.datasource.other",
  33. "sourceMethod": "getSecondDataSource()",
  34. "type": "javax.sql.DataSource"
  35. }
  36. ],
  37. "properties": [
  38. {
  39. "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
  40. "name": "spring.datasource.master.driver-class-name",
  41. "type": "java.lang.String"
  42. },
  43. {
  44. "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
  45. "name": "spring.datasource.master.password",
  46. "type": "java.lang.String"
  47. },
  48. {
  49. "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
  50. "name": "spring.datasource.master.url",
  51. "type": "java.lang.String"
  52. },
  53. {
  54. "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
  55. "name": "spring.datasource.master.username",
  56. "type": "java.lang.String"
  57. },
  58. {
  59. "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
  60. "name": "spring.datasource.mysql2.driver-class-name",
  61. "type": "java.lang.String"
  62. },
  63. {
  64. "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
  65. "name": "spring.datasource.mysql2.password",
  66. "type": "java.lang.String"
  67. },
  68. {
  69. "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
  70. "name": "spring.datasource.mysql2.url",
  71. "type": "java.lang.String"
  72. },
  73. {
  74. "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
  75. "name": "spring.datasource.mysql2.username",
  76. "type": "java.lang.String"
  77. },
  78. {
  79. "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
  80. "name": "spring.datasource.oracle.driver-class-name",
  81. "type": "java.lang.String"
  82. },
  83. {
  84. "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
  85. "name": "spring.datasource.oracle.password",
  86. "type": "java.lang.String"
  87. },
  88. {
  89. "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
  90. "name": "spring.datasource.oracle.url",
  91. "type": "java.lang.String"
  92. },
  93. {
  94. "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
  95. "name": "spring.datasource.oracle.username",
  96. "type": "java.lang.String"
  97. },
  98. {
  99. "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
  100. "name": "spring.datasource.other.driver-class-name",
  101. "type": "java.lang.String"
  102. },
  103. {
  104. "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
  105. "name": "spring.datasource.other.password",
  106. "type": "java.lang.String"
  107. },
  108. {
  109. "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
  110. "name": "spring.datasource.other.url",
  111. "type": "java.lang.String"
  112. },
  113. {
  114. "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
  115. "name": "spring.datasource.other.username",
  116. "type": "java.lang.String"
  117. }
  118. ]
  119. }