非常简单,就是在
WebSecurityConfigurerAdapter
里面重写
void configure(HttpSecurity http)
时,配置即可:
然后在static下创建403.html
作者:咸瑜
微信扫一扫
非常简单,就是在
WebSecurityConfigurerAdapter
里面重写
void configure(HttpSecurity http)
时,配置即可:
然后在static下创建403.html
作者:咸瑜
相关推荐