This commit is contained in:
zt
2025-04-29 17:45:42 +08:00
parent 2c15d26bcc
commit c982cbaa75
32 changed files with 936 additions and 370 deletions

View File

@ -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