首页>代码>springboot2整合vue开发在线音乐网站>/music-server/src/main/java/com/example/demo/config/WebMvcConfig.java
package com.example.demo.config;

import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;

@Configuration
public class WebMvcConfig extends WebMvcConfigurerAdapter {
    @Override
    public void addCorsMappings(CorsRegistry registry) {
        registry.addMapping("/**")
                .allowedOrigins("*")
                .allowedMethods("*")
                .allowCredentials(true);
    }
}
最近下载更多
3263394665  LV9 2023年11月29日
阿凡达  LV9 2023年10月20日
wq011020  LV1 2023年10月18日
xk16675552250  LV33 2023年10月7日
2304972630  LV3 2023年9月26日
拜托你仔细听  LV3 2023年9月21日
qazwsx0987  LV5 2023年9月13日
syczzxj  LV9 2023年8月1日
小代123abc  LV3 2023年6月30日
cmq258159  LV2 2023年6月20日
最近浏览更多
Tuan5555  LV12 4月22日
freedom66  LV2 4月21日
860421  LV3 4月18日
chirsbey2 4月17日
暂无贡献等级
玖零定制问题修复  LV34 4月4日
xiaozhi丶  LV14 3月24日
放开那女孩  LV15 3月21日
赵文俊 3月16日
暂无贡献等级
zhujunnan  LV12 3月5日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友