All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.gjing.handle.CorsSelector Maven / Gradle / Ivy

The newest version!
package cn.gjing.handle;

import org.springframework.context.annotation.ImportSelector;
import org.springframework.core.type.AnnotationMetadata;

/**
 * @author Gjing
 **/
public class CorsSelector implements ImportSelector {
    @Override
    public String[] selectImports(AnnotationMetadata annotationMetadata) {
        return new String[]{CrosConfig.class.getName()};
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy