- java.lang.Object
-
- org.springframework.cloud.gateway.discovery.GatewayDiscoveryClientAutoConfiguration
-
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="spring.cloud.gateway.enabled",
matchIfMissing=true)
@AutoConfigureBefore(value=GatewayAutoConfiguration.class)
@AutoConfigureAfter(value=org.springframework.cloud.client.discovery.composite.CompositeDiscoveryClientAutoConfiguration.class)
@ConditionalOnClass(value=org.springframework.web.reactive.DispatcherHandler.class)
@EnableConfigurationProperties
public class GatewayDiscoveryClientAutoConfiguration
extends Object
- Author:
- Spencer Gibb
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.