问题的出现 在使用SpringSecurity进行权限管理时,配置登录成功后路径跳转,登录成功跳转出现异常:There was an unexpected error (type=Method Not Allowed, status=405). 我的登录成功路径跳转配置 @Override protected void configure(HttpSecurity http) throws Exception { http .authorizeRequests() .anyRequest(