首页>代码>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); } }
最近下载更多
202106 LV6
8月23日
edpwyg LV14
7月28日
Luck_ZDM LV12
7月2日
花朝廿五 LV1
6月9日
落后就要挨打 LV26
4月30日
3263394665 LV9
2023年11月29日
阿凡达 LV9
2023年10月20日
wq011020 LV1
2023年10月18日
xk16675552250 LV33
2023年10月7日
2304972630 LV3
2023年9月26日