cwhelp/common/target/classes/META-INF/spring-configuration-metada...

41 lines
1.2 KiB
JSON

{
"groups": [
{
"name": "project",
"type": "com.cwhelp.common.config.properties.ProjectProperties",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties"
},
{
"name": "project.xxs",
"type": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties"
}
],
"properties": [
{
"name": "project.captcha-open",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties",
"defaultValue": false
},
{
"name": "project.xxs.enabled",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"defaultValue": true
},
{
"name": "project.xxs.excludes",
"type": "java.lang.String",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"defaultValue": "\/favicon.ico,\/img\/*,\/js\/*,\/css\/*,\/lib\/*"
},
{
"name": "project.xxs.url-patterns",
"type": "java.lang.String",
"sourceType": "com.cwhelp.common.config.properties.ProjectProperties$Xxs",
"defaultValue": "\/*"
}
],
"hints": []
}