File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/backend/global/security Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 66import org .springframework .context .annotation .Configuration ;
77import org .springframework .http .HttpMethod ;
88import org .springframework .security .config .annotation .web .builders .HttpSecurity ;
9+ import org .springframework .security .config .annotation .web .configuration .EnableWebSecurity ;
910import org .springframework .security .config .annotation .web .configurers .AbstractHttpConfigurer ;
1011import org .springframework .security .config .annotation .web .configurers .HeadersConfigurer ;
1112import org .springframework .security .config .http .SessionCreationPolicy ;
1920import java .util .List ;
2021
2122@ Configuration
23+ @ EnableWebSecurity
2224@ RequiredArgsConstructor
2325public class SecurityConfig {
2426
You can’t perform that action at this time.
0 commit comments