新增接口文档UI
This commit is contained in:
parent
9acc8cf704
commit
cff52b7409
@ -206,6 +206,10 @@
|
|||||||
<groupId>io.springfox</groupId>
|
<groupId>io.springfox</groupId>
|
||||||
<artifactId>springfox-swagger-ui</artifactId>
|
<artifactId>springfox-swagger-ui</artifactId>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.xiaoymin</groupId>
|
||||||
|
<artifactId>knife4j-spring-ui</artifactId>
|
||||||
|
</dependency>
|
||||||
<!-- swagger end -->
|
<!-- swagger end -->
|
||||||
<!-- zxing start -->
|
<!-- zxing start -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -36,6 +36,10 @@ public interface ISystemConstant {
|
|||||||
* 微信小程序接口
|
* 微信小程序接口
|
||||||
*/
|
*/
|
||||||
String API_TAGS_WECHAT_MINI_APP_PREFIX = "微信小程序接口-";
|
String API_TAGS_WECHAT_MINI_APP_PREFIX = "微信小程序接口-";
|
||||||
|
/**
|
||||||
|
* 发行接口前缀
|
||||||
|
*/
|
||||||
|
String API_TAGS_RELEASE_PREFIX = "发行-";
|
||||||
/**
|
/**
|
||||||
* 系统接口分组
|
* 系统接口分组
|
||||||
*/
|
*/
|
||||||
|
6
pom.xml
6
pom.xml
@ -65,6 +65,7 @@
|
|||||||
<zxing.version>3.3.3</zxing.version>
|
<zxing.version>3.3.3</zxing.version>
|
||||||
<pingyin4j.version>2.5.1</pingyin4j.version>
|
<pingyin4j.version>2.5.1</pingyin4j.version>
|
||||||
<sauronsoftware.version>1.0.2</sauronsoftware.version>
|
<sauronsoftware.version>1.0.2</sauronsoftware.version>
|
||||||
|
<knife4j.version>2.0.4</knife4j.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- 依赖管理 -->
|
<!-- 依赖管理 -->
|
||||||
@ -325,6 +326,11 @@
|
|||||||
<artifactId>springfox-swagger-ui</artifactId>
|
<artifactId>springfox-swagger-ui</artifactId>
|
||||||
<version>${swagger.version}</version>
|
<version>${swagger.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.xiaoymin</groupId>
|
||||||
|
<artifactId>knife4j-spring-ui</artifactId>
|
||||||
|
<version>${knife4j.version}</version>
|
||||||
|
</dependency>
|
||||||
<!-- swagger end -->
|
<!-- swagger end -->
|
||||||
<!-- zxing start -->
|
<!-- zxing start -->
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user