-
Notifications
You must be signed in to change notification settings - Fork 11
io microsphere alibaba sentinel spring boot autoconfigure SentinelSpringWebAutoConfiguration
github-actions[bot] edited this page Jul 4, 2026
·
1 revision
Type: Class | Module: microsphere-alibaba-sentinel-spring-boot | Package: io.microsphere.alibaba.sentinel.spring.boot.autoconfigure | Since: 1.0.0
The Spring Boot Auto-Configuration class of Alibaba Sentinel x Spring Web
public class SentinelSpringWebAutoConfigurationAuthor: Mercy
-
Introduced in:
1.0.0 -
Current Project Version:
0.2.0-SNAPSHOT
This component is tested and compatible with the following Java versions:
| Java Version | Status |
|---|---|
| Java 17 | ✅ Compatible |
| Java 21 | ✅ Compatible |
| Java 25 | ✅ Compatible |
Add the following dependency to your pom.xml:
<dependency>
<groupId>io.github.microsphere-projects</groupId>
<artifactId>microsphere-alibaba-sentinel-spring-boot</artifactId>
<version>${microsphere-alibaba-sentinel.version}</version>
</dependency>Tip: Use the BOM (
microsphere-alibaba-sentinel-dependencies) for consistent version management. See the Getting Started guide.
import io.microsphere.alibaba.sentinel.spring.boot.autoconfigure.SentinelSpringWebAutoConfiguration;| Method | Description |
|---|---|
sentinelHandlerMethodInterceptor |
com.alibaba.cloud.sentinel.custom.SentinelAutoConfigurationorg.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfigurationorg.springframework.boot.webmvc.autoconfigure.WebMvcAutoConfigurationio.microsphere.spring.boot.webmvc.autoconfigure.WebMvcAutoConfigurationorg.springframework.boot.autoconfigure.web.reactive.WebFluxAutoConfigurationorg.springframework.boot.webflux.autoconfigure.WebFluxAutoConfigurationio.microsphere.spring.boot.webflux.autoconfigure.WebFluxAutoConfiguration
This documentation was auto-generated from the source code of microsphere-alibaba-sentinel.
alibaba-sentinel-commons
- AbstractSentinelPlugin
- JMXSentinelPluginRepository
- SentinelConstants
- SentinelContext
- SentinelOperations
- SentinelPlugin
- SentinelPluginRepository
- SentinelTemplate
- SentinelUtils
- SimpleSentinelPlugin
- SimpleSentinelPluginRepository
alibaba-sentinel-spring-boot
- ConditionalOnSentinelAvailable
- ConditionalOnSentinelEnabled
- SentinelAlibabaDruidAutoConfiguration
- SentinelMyBatisAutoConfiguration
- SentinelRedisAutoConfiguration
- SentinelSpringWebAutoConfiguration
alibaba-sentinel-spring-cloud