@ConditionalOnBean(value=com.nepxion.discovery.plugin.strategy.gateway.route.GatewayStrategyRoute.class) protected static class AdminAutoConfiguration.GatewayStrategyRouteEndpointConfiguration extends Object
| 限定符 | 构造器和说明 |
|---|---|
protected |
GatewayStrategyRouteEndpointConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
GatewayStrategyRouteEndpoint |
gatewayStrategyRouteEndpoint() |
GatewayStrategyRouteResource |
gatewayStrategyRouteResource() |
protected GatewayStrategyRouteEndpointConfiguration()
@Bean
@ConditionalOnProperty(value="spring.cloud.gateway.discovery.locator.enabled",
havingValue="false",
matchIfMissing=true)
public GatewayStrategyRouteResource gatewayStrategyRouteResource()
@Bean
@ConditionalOnProperty(value="spring.cloud.gateway.discovery.locator.enabled",
havingValue="false",
matchIfMissing=true)
public GatewayStrategyRouteEndpoint gatewayStrategyRouteEndpoint()
Copyright © 2022 Nepxion. All rights reserved.