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.

36 lines
1.1 KiB

3 years ago
  1. {
  2. "groups": [
  3. {
  4. "name": "msn.core",
  5. "type": "com.iteaj.iboot.msn.core.CoreProperties",
  6. "sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
  7. }
  8. ],
  9. "properties": [
  10. {
  11. "name": "msn.core.captcha-type",
  12. "type": "java.lang.String",
  13. "description": "验证码类型, 默认数字相加 e.g. 3+3",
  14. "sourceType": "com.iteaj.iboot.msn.core.CoreProperties",
  15. "defaultValue": "math"
  16. },
  17. {
  18. "name": "msn.core.login-url",
  19. "type": "java.lang.String",
  20. "description": "登录页的url(GET)和提交的url(POST)必须相同",
  21. "sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
  22. },
  23. {
  24. "name": "msn.core.success-url",
  25. "type": "java.lang.String",
  26. "description": "认证成功后要跳转的Url",
  27. "sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
  28. },
  29. {
  30. "name": "msn.core.unauthorized-url",
  31. "type": "java.lang.String",
  32. "description": "认证失败后要跳转的Url",
  33. "sourceType": "com.iteaj.iboot.msn.core.CoreProperties"
  34. }
  35. ],
  36. "hints": []
  37. }