swagger-ui

swagger-ui project for Spring Boot

License

License

Categories

Categories

Swagger Program Interface REST Frameworks
GroupId

GroupId

com.github.1991wangliang
ArtifactId

ArtifactId

springfox-swagger-ui
Last Version

Last Version

1.0.0.RELEASE
Release Date

Release Date

Type

Type

jar
Description

Description

swagger-ui
swagger-ui project for Spring Boot
Project URL

Project URL

https://github.com/1991wangliang/springfox-swagger-ui
Source Code Management

Source Code Management

https://github.com/1991wangliang/lorne_core

Download springfox-swagger-ui

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.1991wangliang/springfox-swagger-ui/ -->
<dependency>
    <groupId>com.github.1991wangliang</groupId>
    <artifactId>springfox-swagger-ui</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.1991wangliang/springfox-swagger-ui/
implementation 'com.github.1991wangliang:springfox-swagger-ui:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.1991wangliang/springfox-swagger-ui/
implementation ("com.github.1991wangliang:springfox-swagger-ui:1.0.0.RELEASE")
'com.github.1991wangliang:springfox-swagger-ui:jar:1.0.0.RELEASE'
<dependency org="com.github.1991wangliang" name="springfox-swagger-ui" rev="1.0.0.RELEASE">
  <artifact name="springfox-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.1991wangliang', module='springfox-swagger-ui', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.1991wangliang" % "springfox-swagger-ui" % "1.0.0.RELEASE"
[com.github.1991wangliang/springfox-swagger-ui "1.0.0.RELEASE"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

框架介绍V1.0.0:

该框架属于工具类底层框架。

框架支持功能如下:

  1. 整合了apache http框架
  2. 封装了AES Base64 Md5加密算法处理类
  3. 封装了Task线程等待唤醒机制
  4. 封装了Thread本地多线程同步数据汇总框架
  5. 封装了本地配置资源文件读写
  6. 封装了DateUtils MathUtils KidUtils JsonUtils 常用工具类封装
 <dependency>
    <groupId>com.github.1991wangliang</groupId>
    <artifactId>lorne_core</artifactId>
    <version>1.0.0</version>
 </dependency>

Versions

Version
1.0.0.RELEASE