Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在特定的 RequestMapping 上让用户注销。可以是几个requestMappings。如果存在特殊的注释来做到这一点,那就太好了。
提前致谢
如果您使用的是 spring 身份验证服务(Spring Security),您可以通过配置来设置注销 url 并由 spring 处理它。
否则,您可以自己将 url 映射为注销,并且在调用时,您应该使用户会话无效。
如果要检查用户是否登录,则应首先检查是否存在已创建的会话。