j

jun-sentinel-spring-boot-starter

服务降级、熔断和限流通用组件
Files download
File Operation
jun-sentinel-spring-boot-starter-1.0.21.jar download
jun-sentinel-spring-boot-starter-1.0.21.pom download
jun-sentinel-spring-boot-starter-1.0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wujun728</groupId>
  <artifactId>jun-sentinel-spring-boot-starter</artifactId>
  <version>1.0.21</version>
</dependency>
Gradle Groovy
implementation 'io.github.wujun728:jun-sentinel-spring-boot-starter:1.0.21'
Gradle Kotlin
implementation("io.github.wujun728:jun-sentinel-spring-boot-starter:1.0.21")
Scala SBT
libraryDependencies += "io.github.wujun728" % "jun-sentinel-spring-boot-starter" % "1.0.21"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wujun728', module='jun-sentinel-spring-boot-starter', version='1.0.21')
)
Apache Ivy
<dependency org="io.github.wujun728" name="jun-sentinel-spring-boot-starter" rev="1.0.21" />
Leiningen
[io.github.wujun728/jun-sentinel-spring-boot-starter "1.0.21"]
Apache Buildr
'io.github.wujun728:jun-sentinel-spring-boot-starter:jar:1.0.21'