首页>代码>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);
    }
}
最近下载更多
周 敬博  LV2 6月6日
zolscy  LV24 2024年11月28日
202106  LV6 2024年8月23日
edpwyg  LV14 2024年7月28日
Luck_ZDM  LV12 2024年7月2日
花朝廿五  LV1 2024年6月9日
落后就要挨打  LV26 2024年4月30日
3263394665  LV9 2023年11月29日
阿凡达  LV9 2023年10月20日
wq011020  LV1 2023年10月18日
最近浏览更多
khmumuno 10月25日
暂无贡献等级
ds9009  LV8 10月23日
wj3679  LV13 10月21日
perfect  LV17 10月11日
xiaotao555555  LV3 9月21日
爱情戴罪的羔羊  LV7 9月10日
vincemokea  LV9 9月8日
xiaoyumao  LV2 8月23日
6418368  LV10 8月4日
wudi6666 7月14日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友