优化
This commit is contained in:
@ -86,7 +86,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
||||
* hasRole | 如果有参数,参数表示角色,则其角色可以访问
|
||||
* permitAll | 用户可以任意访问
|
||||
* rememberMe | 允许通过remember-me登录的用户访问
|
||||
* authenticated | 用户登录后可访问
|
||||
* authenticated | 用户登录后可访问 "/sse/subscribe",
|
||||
*/
|
||||
@Override
|
||||
protected void configure(HttpSecurity httpSecurity) throws Exception
|
||||
|
Reference in New Issue
Block a user