- java.lang.Object
-
- org.springframework.cloud.alibaba.sentinel.SentinelWebAutoConfiguration
-
@Configuration
@ConditionalOnWebApplication(type=SERVLET)
@ConditionalOnClass(value=com.alibaba.csp.sentinel.adapter.servlet.CommonFilter.class)
@ConditionalOnProperty(name="spring.cloud.sentinel.enabled",
matchIfMissing=true)
@EnableConfigurationProperties(value=SentinelProperties.class)
public class SentinelWebAutoConfiguration
extends Object
- Author:
- xiaojing
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.