SpringBoot
未读
SpringBoot 配置服务器端跨域
@Configuration
public class OriginConfig {
@Bean
public WebMvcConfigurer corsConfigurer() {
return new