You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
1.1 KiB
37 lines
1.1 KiB
{
|
|
"groups": [
|
|
{
|
|
"name": "msn.core",
|
|
"type": "com.iteaj.iboot.msn.core.CoreProperties",
|
|
"sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
|
|
}
|
|
],
|
|
"properties": [
|
|
{
|
|
"name": "msn.core.captcha-type",
|
|
"type": "java.lang.String",
|
|
"description": "验证码类型, 默认数字相加 e.g. 3+3",
|
|
"sourceType": "com.iteaj.iboot.msn.core.CoreProperties",
|
|
"defaultValue": "math"
|
|
},
|
|
{
|
|
"name": "msn.core.login-url",
|
|
"type": "java.lang.String",
|
|
"description": "登录页的url(GET)和提交的url(POST)必须相同",
|
|
"sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
|
|
},
|
|
{
|
|
"name": "msn.core.success-url",
|
|
"type": "java.lang.String",
|
|
"description": "认证成功后要跳转的Url",
|
|
"sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
|
|
},
|
|
{
|
|
"name": "msn.core.unauthorized-url",
|
|
"type": "java.lang.String",
|
|
"description": "认证失败后要跳转的Url",
|
|
"sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
|
|
}
|
|
],
|
|
"hints": []
|
|
}
|