spring-configuration-metadata.json 714 B

123456789101112131415161718192021222324
  1. {
  2. "groups": [
  3. {
  4. "name": "spring.datasource.master",
  5. "type": "javax.sql.DataSource",
  6. "sourceType": "taiji.hn.axv1.monitor.common.config.MasterDataSource",
  7. "sourceMethod": "public javax.sql.DataSource getDb1DataSource() "
  8. },
  9. {
  10. "name": "spring.datasource.slave",
  11. "type": "javax.sql.DataSource",
  12. "sourceType": "taiji.hn.axv1.monitor.common.config.SlaveDataSourceConfig",
  13. "sourceMethod": "public javax.sql.DataSource getDb2DataSource() "
  14. }
  15. ],
  16. "properties": [
  17. {
  18. "name": "spring.datasource.druid.primary",
  19. "type": "java.lang.String",
  20. "description": "A description for 'spring.datasource.druid.primary'"
  21. }
  22. ],
  23. "hints": []
  24. }