License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcn.songxinqiang |
ArtifactId | ArtifactIdswagger-spring-boot-starter-ui |
Last Version | Last Version2.1.6.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringBootSwaggerStarter-UI
配合在SpringBootSwaggerStarter,这只包含ui文件,在springfox官方提供的原版界面文件基础上修改了显示语言,简化了显示内容。
具体使用请查看: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-ui/ -->
<dependency>
<groupId>cn.songxinqiang</groupId>
<artifactId>swagger-spring-boot-starter-ui</artifactId>
<version>2.1.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter-ui/
implementation 'cn.songxinqiang:swagger-spring-boot-starter-ui:2.1.6.RELEASE'
// https://jarcasting.com/artifacts/cn.songxinqiang/swagger-spring-boot-starter-ui/
implementation ("cn.songxinqiang:swagger-spring-boot-starter-ui:2.1.6.RELEASE")
'cn.songxinqiang:swagger-spring-boot-starter-ui:jar:2.1.6.RELEASE'
<dependency org="cn.songxinqiang" name="swagger-spring-boot-starter-ui" rev="2.1.6.RELEASE">
<artifact name="swagger-spring-boot-starter-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.songxinqiang', module='swagger-spring-boot-starter-ui', version='2.1.6.RELEASE')
)
libraryDependencies += "cn.songxinqiang" % "swagger-spring-boot-starter-ui" % "2.1.6.RELEASE"
[cn.songxinqiang/swagger-spring-boot-starter-ui "2.1.6.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
cn.songxinqiang : swagger-spring-boot-starter | jar | 2.1.6.RELEASE |