cwhelp/component/jwt/target/classes/META-INF/spring-configuration-metada...

36 lines
1.0 KiB
JSON

{
"groups": [
{
"name": "project.jwt",
"type": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties"
}
],
"properties": [
{
"name": "project.jwt.expired",
"type": "java.lang.Integer",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": 3
},
{
"name": "project.jwt.pattern-anno",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": true
},
{
"name": "project.jwt.pattern-path",
"type": "java.lang.Boolean",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": false
},
{
"name": "project.jwt.secret",
"type": "java.lang.String",
"sourceType": "com.cwhelp.component.jwt.config.properties.JwtProjectProperties",
"defaultValue": "mySecret"
}
],
"hints": []
}