@Configuration @EnableConfigurationProperties(value=TurbineProperties.class) @ConditionalOnProperty(value="spring.boot.admin.turbine.enabled", matchIfMissing=true) public class TurbineAutoConfiguration extends Object
| Constructor and Description |
|---|
TurbineAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TurbineRouteLocator |
staticRouteLocator(AdminServerProperties admin,
org.springframework.cloud.client.discovery.DiscoveryClient discovery) |
TurbineController |
TurbineController() |
@Bean public TurbineController TurbineController()
@Bean @Order(value=100) public TurbineRouteLocator staticRouteLocator(AdminServerProperties admin, org.springframework.cloud.client.discovery.DiscoveryClient discovery)
Copyright © 2017 codecentric AG. All rights reserved.