@Configuration public class UiMerger extends Object implements org.springframework.web.reactive.config.WebFluxConfigurer
Location of the UI is configured through the UiUrlService implementation.
This class simple configures WebFlux to host the resources.
| Constructor and Description |
|---|
UiMerger() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCorsMappings(org.springframework.web.reactive.config.CorsRegistry registry) |
org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> |
uiExtensionRoutes() |
@Bean public org.springframework.web.reactive.function.server.RouterFunction<org.springframework.web.reactive.function.server.ServerResponse> uiExtensionRoutes()
public void addCorsMappings(org.springframework.web.reactive.config.CorsRegistry registry)
addCorsMappings in interface org.springframework.web.reactive.config.WebFluxConfigurerCopyright © 2017–2018 Committed. All rights reserved.