License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcn.songxinqiang |
ArtifactId | ArtifactIdswagger-spring-boot-starter |
Last Version | Last Version2.1.6.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringBootSwaggerStarter
在Spring-Boot中使用Swagger,会自动配置,
具体使用请查看:https://my.oschina.net/songxinqiang/blog/1490463
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter/ -->
<dependency>
<groupId>cn.songxinqiang</groupId>
<artifactId>swagger-spring-boot-starter</artifactId>
<version>2.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter/
implementation 'cn.songxinqiang:swagger-spring-boot-starter:2.1.6.RELEASE'
// https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter/
implementation ("cn.songxinqiang:swagger-spring-boot-starter:2.1.6.RELEASE")
'cn.songxinqiang:swagger-spring-boot-starter:jar:2.1.6.RELEASE'
<dependency org="cn.songxinqiang" name="swagger-spring-boot-starter" rev="2.1.6.RELEASE">
<artifact name="swagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.songxinqiang', module='swagger-spring-boot-starter', version='2.1.6.RELEASE')
)
libraryDependencies += "cn.songxinqiang" % "swagger-spring-boot-starter" % "2.1.6.RELEASE"
[cn.songxinqiang/swagger-spring-boot-starter "2.1.6.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.9.2 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |