spring boot 出现 java.lang.IllegalArgumentException: 'login_p?error' is not a valid redirect URL

and().formLogin().loginPage("login_p").loginProcessingUrl("/login")
修改为
and().formLogin().loginPage("/login_p").loginProcessingUrl("/login")

猜你喜欢

转载自www.cnblogs.com/tomer0/p/12527465.html