License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.lichongbing |
ArtifactId | ArtifactIdlswagger-micro-spring-boot-starter |
Last Version | Last Version3.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlswagger-micro-spring-boot-starter
Spring Cloud微服务架构下,子服务无需引用前端UI模块,只需引入后端的Jar包
|
<!-- https://jarcasting.com/artifacts/com.lichongbing/lswagger-micro-spring-boot-starter/ -->
<dependency>
<groupId>com.lichongbing</groupId>
<artifactId>lswagger-micro-spring-boot-starter</artifactId>
<version>3.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lichongbing/lswagger-micro-spring-boot-starter/
implementation 'com.lichongbing:lswagger-micro-spring-boot-starter:3.0.5'
// https://jarcasting.com/artifacts/com.lichongbing/lswagger-micro-spring-boot-starter/
implementation ("com.lichongbing:lswagger-micro-spring-boot-starter:3.0.5")
'com.lichongbing:lswagger-micro-spring-boot-starter:jar:3.0.5'
<dependency org="com.lichongbing" name="lswagger-micro-spring-boot-starter" rev="3.0.5">
<artifact name="lswagger-micro-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lichongbing', module='lswagger-micro-spring-boot-starter', version='3.0.5')
)
libraryDependencies += "com.lichongbing" % "lswagger-micro-spring-boot-starter" % "3.0.5"
[com.lichongbing/lswagger-micro-spring-boot-starter "3.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.lichongbing : lswagger-spring-boot-autoconfigure | jar | 3.0.4 |