License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.rebue.sbs |
ArtifactId | ArtifactIdsb-spring-boot-starter |
Version | Version1.2.1 |
Type | Typejar |
Description |
DescriptionSpringBoot微服务项目的启动器
|
<!-- https://jarcasting.com/artifacts/com.github.rebue.sbs/sb-spring-boot-starter/ -->
<dependency>
<groupId>com.github.rebue.sbs</groupId>
<artifactId>sb-spring-boot-starter</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sb-spring-boot-starter/
implementation 'com.github.rebue.sbs:sb-spring-boot-starter:1.2.1'
// https://jarcasting.com/artifacts/com.github.rebue.sbs/sb-spring-boot-starter/
implementation ("com.github.rebue.sbs:sb-spring-boot-starter:1.2.1")
'com.github.rebue.sbs:sb-spring-boot-starter:jar:1.2.1'
<dependency org="com.github.rebue.sbs" name="sb-spring-boot-starter" rev="1.2.1">
<artifact name="sb-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.sbs', module='sb-spring-boot-starter', version='1.2.1')
)
libraryDependencies += "com.github.rebue.sbs" % "sb-spring-boot-starter" % "1.2.1"
[com.github.rebue.sbs/sb-spring-boot-starter "1.2.1"]