123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 |
- {
- "hints": [],
- "groups": [
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
- "name": "spring.datasource.master",
- "type": "com.xinxin.topro.inpnurseservice.config.DataProperties"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
- "name": "spring.datasource.mysql2",
- "type": "com.xinxin.topro.inpnurseservice.config.MySql2Properties"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
- "name": "spring.datasource.oracle",
- "type": "com.xinxin.topro.inpnurseservice.config.OracleProperties"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleSourceConfig",
- "name": "spring.datasource.oracle",
- "sourceMethod": "getSecondDataSource()",
- "type": "javax.sql.DataSource"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
- "name": "spring.datasource.other",
- "type": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataSourceConfigInp",
- "name": "spring.datasource.other",
- "sourceMethod": "getSecondDataSource()",
- "type": "javax.sql.DataSource"
- }
- ],
- "properties": [
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
- "name": "spring.datasource.master.driver-class-name",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
- "name": "spring.datasource.master.password",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
- "name": "spring.datasource.master.url",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.DataProperties",
- "name": "spring.datasource.master.username",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
- "name": "spring.datasource.mysql2.driver-class-name",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
- "name": "spring.datasource.mysql2.password",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
- "name": "spring.datasource.mysql2.url",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.MySql2Properties",
- "name": "spring.datasource.mysql2.username",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
- "name": "spring.datasource.oracle.driver-class-name",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
- "name": "spring.datasource.oracle.password",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
- "name": "spring.datasource.oracle.url",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.OracleProperties",
- "name": "spring.datasource.oracle.username",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
- "name": "spring.datasource.other.driver-class-name",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
- "name": "spring.datasource.other.password",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
- "name": "spring.datasource.other.url",
- "type": "java.lang.String"
- },
- {
- "sourceType": "com.xinxin.topro.inpnurseservice.config.SecondDataPropertiesInp",
- "name": "spring.datasource.other.username",
- "type": "java.lang.String"
- }
- ]
- }
|