随笔分类 -  Spring Security

摘要:现象 在 WebSecurityConfigurerAdapter 配置了如下代码: // 自定义未授权和未登录异常 http.exceptionHandling() .accessDeniedHandler(new RestAccessDeniedHandler()) .authenticatio 阅读全文
posted @ 2021-10-27 10:09 心如光 阅读(3710) 评论(0) 推荐(0)