柯桥增值式服务
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.

41 lines
1.1KB

  1. security:
  2. auth:
  3. auth-require-url: /api/v1/user/auth/auth-require
  4. invalid-session-url: /api/v1/user/auth/invalid-session
  5. password-login-url: /api/v1/user/auth/login/password
  6. logout-url: /api/v1/user/auth/logout
  7. ignore-auth-urls:
  8. - /**/anonymous/**
  9. - /api/v1/poclicy/**
  10. - /api/v1/zzsfw/**
  11. - /v2/api-docs
  12. - /swagger-ui.html
  13. - /webjars/**
  14. - /swagger-resources/**
  15. - /webjars/
  16. - /api/v1/user/auth/register
  17. - /api/v1/user/auth/auth-require
  18. - /api/v1/user/auth/invalid-session
  19. - /api/v1/user/auth/login/password
  20. - /api/v1/user/auth/forget-password
  21. - /doc.html
  22. - /ok.html
  23. - /open/api/**
  24. - /api/v1/wechat/**
  25. - /api/v1/irs/**
  26. ignore-csrf-urls:
  27. - /**/anonymous/**
  28. - /api/v1/poclicy/**
  29. - /api/v1/zzsfw/**
  30. - /api/v1/user/auth/**
  31. - /v2/api-docs
  32. - /swagger-ui.html
  33. - /webjars/**
  34. - /swagger-resources/**
  35. - /webjars/
  36. - /doc.html
  37. - /ok.html
  38. - /api/v1/**
  39. - /file/**
  40. - /optLog/**
  41. - /dict/**