s

spring-cloud-starter-alibaba-sentinel

Apache License, Version 2.0
文件下载
文件名 操作
spring-cloud-starter-alibaba-sentinel-2.1.2.RELEASE.jar 下载
spring-cloud-starter-alibaba-sentinel-2.1.2.RELEASE.pom 下载
spring-cloud-starter-alibaba-sentinel-2.1.2.RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.alibaba.cloud</groupId>
  <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
  <version>2.1.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:2.1.2.RELEASE'
Gradle Kotlin
implementation("com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:2.1.2.RELEASE")
Scala SBT
libraryDependencies += "com.alibaba.cloud" % "spring-cloud-starter-alibaba-sentinel" % "2.1.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.cloud', module='spring-cloud-starter-alibaba-sentinel', version='2.1.2.RELEASE')
)
Apache Ivy
<dependency org="com.alibaba.cloud" name="spring-cloud-starter-alibaba-sentinel" rev="2.1.2.RELEASE" />
Leiningen
[com.alibaba.cloud/spring-cloud-starter-alibaba-sentinel "2.1.2.RELEASE"]
Apache Buildr
'com.alibaba.cloud:spring-cloud-starter-alibaba-sentinel:jar:2.1.2.RELEASE'
本项目依赖
<parent>
  <groupId>com.alibaba.cloud</groupId>
  <artifactId>spring-cloud-alibaba-starters</artifactId>
  <version>2.1.2.RELEASE</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-starter-aop

|-- org.springframework.boot:spring-boot-actuator

|-- org.springframework.boot:spring-boot-actuator-autoconfigure

|-- org.springframework.boot:spring-boot-configuration-processor

|-- org.springframework.boot:spring-boot

|-- org.springframework.boot:spring-boot-autoconfigure

|-- org.springframework.boot:spring-boot-starter

|-- org.springframework.boot:spring-boot-starter-web

|-- org.springframework.boot:spring-boot-starter-webflux

|-- org.springframework.cloud:spring-cloud-starter-openfeign

|-- org.springframework.cloud:spring-cloud-commons

|-- org.springframework.cloud:spring-cloud-starter-netflix-ribbon

|-- com.alibaba.csp:sentinel-transport-simple-http

|-- com.alibaba.csp:sentinel-annotation-aspectj

|-- com.alibaba.csp:sentinel-dubbo-adapter

|-- com.alibaba.csp:sentinel-apache-dubbo-adapter

|-- com.alibaba.csp:sentinel-spring-webflux-adapter

|-- com.alibaba.csp:sentinel-spring-webmvc-adapter

|-- com.alibaba.csp:sentinel-parameter-flow-control

|-- com.alibaba.csp:sentinel-api-gateway-adapter-common

|-- com.alibaba.csp:sentinel-cluster-server-default

|-- com.alibaba.csp:sentinel-cluster-client-default

|-- com.alibaba.cloud:spring-cloud-alibaba-sentinel-datasource

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml

test

|-- org.springframework.boot:spring-boot-starter-test