You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB
JSON

5 months ago
{
"groups": [
{
"name": "yudao.security",
"type": "cn.iocoder.yudao.framework.security.config.SecurityProperties",
"sourceType": "cn.iocoder.yudao.framework.security.config.SecurityProperties"
}
],
"properties": [
{
"name": "yudao.security.mock-enable",
"type": "java.lang.Boolean",
"description": "mock 模式的开关",
"sourceType": "cn.iocoder.yudao.framework.security.config.SecurityProperties"
},
{
"name": "yudao.security.mock-secret",
"type": "java.lang.String",
"description": "mock 模式的密钥 一定要配置密钥,保证安全性",
"sourceType": "cn.iocoder.yudao.framework.security.config.SecurityProperties"
},
{
"name": "yudao.security.permit-all-urls",
"type": "java.util.List<java.lang.String>",
"description": "免登录的 URL 列表",
"sourceType": "cn.iocoder.yudao.framework.security.config.SecurityProperties"
},
{
"name": "yudao.security.token-header",
"type": "java.lang.String",
"description": "HTTP 请求时,访问令牌的请求 Header",
"sourceType": "cn.iocoder.yudao.framework.security.config.SecurityProperties"
}
],
"hints": []
}