SpringBoot拦截器的设置

1.登录拦截实现HandlerInterceptor接口 public class LoginInterceptor implements HandlerInterceptor { /** * * @param request 请求对象 * @param response 响应对象 * @param

posted on 2022-01-25 15:18  玄凰寒  阅读(170)  评论(0编辑  收藏  举报

导航