File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/com/somemore/global/configure Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 66import com .somemore .auth .oauth .handler .success .CustomOAuthSuccessHandler ;
77import com .somemore .auth .oauth .service .CustomOAuth2UserService ;
88import lombok .RequiredArgsConstructor ;
9- import lombok .extern .slf4j .Slf4j ;
109import org .springframework .context .annotation .Bean ;
1110import org .springframework .context .annotation .Configuration ;
1211import org .springframework .security .config .annotation .method .configuration .EnableMethodSecurity ;
2019@ RequiredArgsConstructor
2120@ Configuration
2221@ EnableWebSecurity
23- @ EnableMethodSecurity
24- @ Slf4j
22+ @ EnableMethodSecurity (securedEnabled = true )
2523public class SecurityConfig {
2624
2725 private final CustomOAuth2UserService customOAuth2UserService ;
You can’t perform that action at this time.
0 commit comments