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