摘要: 1.在springBoot下通过使用拦截器完成在没有登陆的前提下,不允许访问其他资源 编写拦截器,要实现HandlerInterceptor @Component public class UserInterceptor implements HandlerInterceptor { public 阅读全文
posted @ 2019-11-13 17:33 忆夏KhaZix 阅读(622) 评论(0) 推荐(0)