摘要: 一开始我自定义了成功和失败两个Handler,在进行调试的时候发现失败的没有问题,但是登录成功的话走的是某人的重定向而不是我自定义的 protected void configure(HttpSecurity http) throws Exception { http.csrf().disable( 阅读全文
posted @ 2023-11-11 19:38 突破铁皮 阅读(151) 评论(0) 推荐(0) 编辑