wl_management/target/classes/META-INF/spring-configuration-metadata.json
2020-05-12 19:42:40 +08:00

315 lines
10 KiB
JSON

{
"groups": [
{
"name": "dynamic",
"type": "com.lz.datasource.properties.DynamicDataSourceProperties",
"sourceType": "com.lz.datasource.properties.DynamicDataSourceProperties"
},
{
"name": "dynamic",
"type": "io.lz.datasource.properties.DynamicDataSourceProperties",
"sourceType": "io.lz.datasource.properties.DynamicDataSourceProperties"
},
{
"name": "renren.jwt",
"type": "com.lz.modules.app.utils.JwtUtils",
"sourceType": "com.lz.modules.app.utils.JwtUtils"
},
{
"name": "renren.jwt",
"type": "io.lz.modules.app.utils.JwtUtils",
"sourceType": "io.lz.modules.app.utils.JwtUtils"
},
{
"name": "spring.datasource.druid",
"type": "com.lz.datasource.properties.DataSourceProperties",
"sourceType": "com.lz.datasource.config.DynamicDataSourceConfig",
"sourceMethod": "dataSourceProperties()"
},
{
"name": "spring.datasource.druid",
"type": "io.lz.datasource.properties.DataSourceProperties",
"sourceType": "io.lz.datasource.config.DynamicDataSourceConfig",
"sourceMethod": "dataSourceProperties()"
}
],
"properties": [
{
"name": "dynamic.datasource",
"type": "java.util.Map<java.lang.String,com.lz.datasource.properties.DataSourceProperties>",
"sourceType": "com.lz.datasource.properties.DynamicDataSourceProperties"
},
{
"name": "dynamic.datasource",
"type": "java.util.Map<java.lang.String,io.lz.datasource.properties.DataSourceProperties>",
"sourceType": "io.lz.datasource.properties.DynamicDataSourceProperties"
},
{
"name": "renren.jwt.expire",
"type": "java.lang.Long",
"sourceType": "com.lz.modules.app.utils.JwtUtils",
"defaultValue": 0
},
{
"name": "renren.jwt.expire",
"type": "java.lang.Long",
"sourceType": "io.lz.modules.app.utils.JwtUtils",
"defaultValue": 0
},
{
"name": "renren.jwt.header",
"type": "java.lang.String",
"sourceType": "com.lz.modules.app.utils.JwtUtils"
},
{
"name": "renren.jwt.header",
"type": "java.lang.String",
"sourceType": "io.lz.modules.app.utils.JwtUtils"
},
{
"name": "renren.jwt.secret",
"type": "java.lang.String",
"sourceType": "com.lz.modules.app.utils.JwtUtils"
},
{
"name": "renren.jwt.secret",
"type": "java.lang.String",
"sourceType": "io.lz.modules.app.utils.JwtUtils"
},
{
"name": "spring.datasource.druid.driver-class-name",
"type": "java.lang.String",
"sourceType": "com.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.driver-class-name",
"type": "java.lang.String",
"sourceType": "io.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.filters",
"type": "java.lang.String",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": "stat,wall"
},
{
"name": "spring.datasource.druid.filters",
"type": "java.lang.String",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": "stat,wall"
},
{
"name": "spring.datasource.druid.initial-size",
"type": "java.lang.Integer",
"description": "Druid默认参数",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": 2
},
{
"name": "spring.datasource.druid.initial-size",
"type": "java.lang.Integer",
"description": "Druid默认参数",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": 2
},
{
"name": "spring.datasource.druid.max-active",
"type": "java.lang.Integer",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": 10
},
{
"name": "spring.datasource.druid.max-active",
"type": "java.lang.Integer",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": 10
},
{
"name": "spring.datasource.druid.max-evictable-idle-time-millis",
"type": "java.lang.Long",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.max-evictable-idle-time-millis",
"type": "java.lang.Long",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.max-open-prepared-statements",
"type": "java.lang.Integer",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": -1
},
{
"name": "spring.datasource.druid.max-open-prepared-statements",
"type": "java.lang.Integer",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": -1
},
{
"name": "spring.datasource.druid.max-wait",
"type": "java.lang.Long",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.max-wait",
"type": "java.lang.Long",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.min-evictable-idle-time-millis",
"type": "java.lang.Long",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.min-evictable-idle-time-millis",
"type": "java.lang.Long",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.min-idle",
"type": "java.lang.Integer",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": -1
},
{
"name": "spring.datasource.druid.min-idle",
"type": "java.lang.Integer",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": -1
},
{
"name": "spring.datasource.druid.password",
"type": "java.lang.String",
"sourceType": "com.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.password",
"type": "java.lang.String",
"sourceType": "io.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.pool-prepared-statements",
"type": "java.lang.Boolean",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.pool-prepared-statements",
"type": "java.lang.Boolean",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.share-prepared-statements",
"type": "java.lang.Boolean",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.share-prepared-statements",
"type": "java.lang.Boolean",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.test-on-borrow",
"type": "java.lang.Boolean",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.test-on-borrow",
"type": "java.lang.Boolean",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.test-on-return",
"type": "java.lang.Boolean",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.test-on-return",
"type": "java.lang.Boolean",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": false
},
{
"name": "spring.datasource.druid.test-while-idle",
"type": "java.lang.Boolean",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": true
},
{
"name": "spring.datasource.druid.test-while-idle",
"type": "java.lang.Boolean",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": true
},
{
"name": "spring.datasource.druid.time-between-eviction-runs-millis",
"type": "java.lang.Long",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.time-between-eviction-runs-millis",
"type": "java.lang.Long",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": 0
},
{
"name": "spring.datasource.druid.url",
"type": "java.lang.String",
"sourceType": "com.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.url",
"type": "java.lang.String",
"sourceType": "io.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.username",
"type": "java.lang.String",
"sourceType": "com.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.username",
"type": "java.lang.String",
"sourceType": "io.lz.datasource.properties.DataSourceProperties"
},
{
"name": "spring.datasource.druid.validation-query",
"type": "java.lang.String",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": "select 1"
},
{
"name": "spring.datasource.druid.validation-query",
"type": "java.lang.String",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": "select 1"
},
{
"name": "spring.datasource.druid.validation-query-timeout",
"type": "java.lang.Integer",
"sourceType": "com.lz.datasource.properties.DataSourceProperties",
"defaultValue": -1
},
{
"name": "spring.datasource.druid.validation-query-timeout",
"type": "java.lang.Integer",
"sourceType": "io.lz.datasource.properties.DataSourceProperties",
"defaultValue": -1
}
],
"hints": []
}