@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 © 2021 JBoss by Red Hat. All rights reserved.