| 123456789101112131415161718192021222324252627 |
- {
- "groups": [
- {
- "name": "tr.satoken",
- "type": "cn.tr.plugin.security.properties.TrSaTokenProperties",
- "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties"
- }
- ],
- "properties": [
- {
- "defaultValue": true,
- "name": "tr.satoken.enable",
- "type": "java.lang.Boolean",
- "description": "是否开启SaToken认证",
- "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties",
- "sourceMethod": "getEnable()"
- },
- {
- "name": "tr.satoken.ignore-urls",
- "type": "java.util.ArrayList<java.lang.String>",
- "description": "需要忽略登录的url",
- "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties",
- "sourceMethod": "getIgnoreUrls()"
- }
- ],
- "hints": []
- }
|