Files

46 lines
1.4 KiB
JSON
Raw Normal View History

2023-05-04 19:53:10 +08:00
{
2023-06-13 21:41:02 +08:00
"groups": [],
2023-05-04 19:53:10 +08:00
"properties": [
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.dataSources",
"type": "java.util.List<com.qiaoba.common.database.entity.DynamicDataSource>",
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.driver",
2023-05-04 19:53:10 +08:00
"type": "java.lang.String",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.url",
2023-05-04 19:53:10 +08:00
"type": "java.lang.String",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.username",
2023-05-04 19:53:10 +08:00
"type": "java.lang.String",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.password",
2023-05-04 19:53:10 +08:00
"type": "java.lang.String",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.initial-size",
2023-05-04 19:53:10 +08:00
"type": "java.lang.Integer",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.min-idle",
2023-05-04 19:53:10 +08:00
"type": "java.lang.Integer",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
},
{
2023-06-13 21:41:02 +08:00
"name": "qiaoba.datasources.max-active",
2023-05-04 19:53:10 +08:00
"type": "java.lang.Integer",
2023-06-13 21:41:02 +08:00
"sourceType": "com.qiaoba.common.database.properties.DataSourceProperties"
2023-05-04 19:53:10 +08:00
}
],
"hints": []
}