File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/main/java/com/oronaminc/join/member/security Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
33import static org .springframework .security .config .Customizer .*;
44
5+ import java .util .Arrays ;
6+ import java .util .List ;
7+
58import org .springframework .context .annotation .Bean ;
69import org .springframework .context .annotation .Configuration ;
710import org .springframework .context .annotation .Profile ;
811import org .springframework .security .config .annotation .web .builders .HttpSecurity ;
912import org .springframework .security .config .annotation .web .configuration .EnableWebSecurity ;
1013import org .springframework .security .config .annotation .web .configurers .AbstractHttpConfigurer ;
1114import org .springframework .security .web .SecurityFilterChain ;
15+ import org .springframework .web .cors .CorsConfiguration ;
16+ import org .springframework .web .cors .CorsConfigurationSource ;
17+ import org .springframework .web .cors .UrlBasedCorsConfigurationSource ;
1218
1319import lombok .RequiredArgsConstructor ;
1420
You can’t perform that action at this time.
0 commit comments