additional-spring-configuration-metadata.json 789 B

123456789101112131415161718192021222324252627
  1. {
  2. "groups": [
  3. {
  4. "name": "tr.satoken",
  5. "type": "cn.tr.plugin.security.properties.TrSaTokenProperties",
  6. "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "defaultValue": true,
  12. "name": "tr.satoken.enable",
  13. "type": "java.lang.Boolean",
  14. "description": "是否开启SaToken认证",
  15. "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties",
  16. "sourceMethod": "getEnable()"
  17. },
  18. {
  19. "name": "tr.satoken.ignore-urls",
  20. "type": "java.util.ArrayList<java.lang.String>",
  21. "description": "需要忽略登录的url",
  22. "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties",
  23. "sourceMethod": "getIgnoreUrls()"
  24. }
  25. ],
  26. "hints": []
  27. }