123456789101112131415161718192021222324 |
- {
- "groups": [
- {
- "name": "spring.datasource.master",
- "type": "javax.sql.DataSource",
- "sourceType": "taiji.hn.axv1.monitor.common.config.MasterDataSource",
- "sourceMethod": "public javax.sql.DataSource getDb1DataSource() "
- },
- {
- "name": "spring.datasource.slave",
- "type": "javax.sql.DataSource",
- "sourceType": "taiji.hn.axv1.monitor.common.config.SlaveDataSourceConfig",
- "sourceMethod": "public javax.sql.DataSource getDb2DataSource() "
- }
- ],
- "properties": [
- {
- "name": "spring.datasource.druid.primary",
- "type": "java.lang.String",
- "description": "A description for 'spring.datasource.druid.primary'"
- }
- ],
- "hints": []
- }
|