
org.springframework.web.servlet.config.annotation.WebMvcConfigurer Maven / Gradle / Ivy
package org.springframework.web.servlet.config.annotation;
public interface WebMvcConfigurer {
void addCorsMappings(CorsRegistry registry);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy