@Configuration @EnableConfigurationProperties @ConfigurationProperties(value="cors") public class CorsConfiguration extends Object
Constructor and Description |
---|
CorsConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.filter.CorsFilter |
corsFilter() |
List<String> |
getAllowedOrigins() |
void |
setAllowedOrigins(List<String> allowedOrigins) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.