spring-configuration-metadata.json 706 B

12345678910111213141516171819202122232425
  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. "name": "tr.satoken.enable",
  12. "type": "java.lang.Boolean",
  13. "description": "是否开启SaToken认证",
  14. "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties",
  15. "defaultValue": true
  16. },
  17. {
  18. "name": "tr.satoken.ignore-urls",
  19. "type": "java.util.List<java.lang.String>",
  20. "description": "需要忽略登录的url",
  21. "sourceType": "cn.tr.plugin.security.properties.TrSaTokenProperties"
  22. }
  23. ],
  24. "hints": []
  25. }