We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ae9f9 commit bcf3bf3Copy full SHA for bcf3bf3
src/main/java/com/example/graduate/global/config/CorsConfig.java
@@ -3,8 +3,8 @@
3
import org.springframework.context.annotation.Bean;
4
import org.springframework.context.annotation.Configuration;
5
import org.springframework.web.cors.CorsConfiguration;
6
-import org.springframework.web.cors.reactive.CorsConfigurationSource;
7
-import org.springframework.web.cors.reactive.UrlBasedCorsConfigurationSource;
+import org.springframework.web.cors.CorsConfigurationSource;
+import org.springframework.web.cors.UrlBasedCorsConfigurationSource;
8
9
import java.util.List;
10
0 commit comments