Class SentinelGatewayAutoConfiguration
java.lang.Object
com.alibaba.cloud.sentinel.gateway.SentinelGatewayAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnProperty(name="spring.cloud.sentinel.enabled",
matchIfMissing=true)
public class SentinelGatewayAutoConfiguration
extends Object
- Author:
- Jim
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SentinelGatewayAutoConfiguration
public SentinelGatewayAutoConfiguration()
-