Last Version

SpringBootSwaggerStarter 2.1.6.RELEASE

在Spring-Boot中使用Swagger,会自动配置, 具体使用请查看:https://my.oschina.net/songxinqiang/blog/1490463

License

License

Categories

Categories

Spring Boot Container Microservices Swagger Program Interface REST Frameworks
GroupId

GroupId

cn.songxinqiang
ArtifactId

ArtifactId

swagger-spring-boot-starter
Version

Version

2.1.6.RELEASE
Type

Type

jar
Description

Description

SpringBootSwaggerStarter
在Spring-Boot中使用Swagger,会自动配置, 具体使用请查看:https://my.oschina.net/songxinqiang/blog/1490463
Project URL

Project URL

https://gitee.com/songxinqiang/SpringBootSwaggerStarter
Source Code Management

Source Code Management

https://gitee.com/songxinqiang/SpringBootSwaggerStarter

Download swagger-spring-boot-starter 2.1.6.RELEASE


<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.