|
|
@@ -1,22 +0,0 @@
|
|
|
-//package com.usoftchina.saas.money.config;
|
|
|
-//
|
|
|
-//import org.springframework.web.servlet.config.annotation.CorsRegistry;
|
|
|
-//import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
|
|
-//
|
|
|
-///**
|
|
|
-// * @author heqw
|
|
|
-// * @date 2018/11/13 16:58
|
|
|
-// **/
|
|
|
-//public class WebMvcConfig extends WebMvcConfigurerAdapter {
|
|
|
-// @Override
|
|
|
-// public void addCorsMappings(CorsRegistry registry) {
|
|
|
-// registry.addMapping("/**")
|
|
|
-// .allowedOrigins("*")
|
|
|
-// .allowedMethods("POST", "GET", "PUT", "OPTIONS", "DELETE")
|
|
|
-// .allowedHeaders("Content-Type", "X-Requested-With", "accept", "Origin", "Access-Control-Request-Method",
|
|
|
-// "Access-Control-Request-Headers")
|
|
|
-// .exposedHeaders("Access-Control-Allow-Origin", "Access-Control-Allow-Credentials")
|
|
|
-// .maxAge(3600)
|
|
|
-// .allowCredentials(true);
|
|
|
-// }
|
|
|
-//}
|