s

sc-spring-boot-starter

SpringCloud微服务项目的启动器
Files download
File Operation
sc-spring-boot-starter-3.4.28.jar download
sc-spring-boot-starter-3.4.28.pom download
Apache Maven
<dependency>
  <groupId>com.github.rebue.sbs</groupId>
  <artifactId>sc-spring-boot-starter</artifactId>
  <version>3.4.28</version>
</dependency>
Gradle Groovy
implementation 'com.github.rebue.sbs:sc-spring-boot-starter:3.4.28'
Gradle Kotlin
implementation("com.github.rebue.sbs:sc-spring-boot-starter:3.4.28")
Scala SBT
libraryDependencies += "com.github.rebue.sbs" % "sc-spring-boot-starter" % "3.4.28"
Groovy Grape
@Grapes(
  @Grab(group='com.github.rebue.sbs', module='sc-spring-boot-starter', version='3.4.28')
)
Apache Ivy
<dependency org="com.github.rebue.sbs" name="sc-spring-boot-starter" rev="3.4.28" />
Leiningen
[com.github.rebue.sbs/sc-spring-boot-starter "3.4.28"]
Apache Buildr
'com.github.rebue.sbs:sc-spring-boot-starter:jar:3.4.28'