//package org.apereo.cas.web.landtool;
|
//
|
//import org.springframework.context.annotation.Configuration;
|
//import org.springframework.web.servlet.config.annotation.CorsRegistry;
|
//import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
//
|
///**
|
// *
|
// * @author TanBin
|
// *
|
// */
|
//@Configuration
|
//public class CORSConfiguration extends WebMvcConfigurerAdapter {
|
// @Override
|
// public void addCorsMappings(CorsRegistry registry){
|
// registry.addMapping("/**")
|
// .allowedMethods("*")
|
// .allowedOrigins("*")
|
//// .allowCredentials(false)
|
// .allowedHeaders("*");
|
// }
|
//}
|