@Configuration @ConditionalOnWebApplication @ConditionalOnProperty(name="spring.cloud.sentinel.enabled", matchIfMissing=true) @EnableConfigurationProperties(value=SentinelProperties.class) public class SentinelWebAutoConfiguration extends Object
Constructor and Description |
---|
SentinelWebAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.web.servlet.FilterRegistrationBean |
servletRequestListener() |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.