柯桥增值式服务
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

40 řádky
1.0KB

  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. ignore-csrf-urls:
  26. - /**/anonymous/**
  27. - /api/v1/poclicy/**
  28. - /api/v1/zzsfw/**
  29. - /api/v1/user/auth/**
  30. - /v2/api-docs
  31. - /swagger-ui.html
  32. - /webjars/**
  33. - /swagger-resources/**
  34. - /webjars/
  35. - /doc.html
  36. - /ok.html
  37. - /api/v1/**
  38. - /file/**
  39. - /optLog/**
  40. - /dict/**