整理knife4j接口说明
This commit is contained in:
@@ -49,7 +49,8 @@ public class SwaggerConfig {
|
|||||||
.title(config.getSwaggerTitle())
|
.title(config.getSwaggerTitle())
|
||||||
.description(config.getSwaggerDescription())
|
.description(config.getSwaggerDescription())
|
||||||
.version(config.getSwaggerVersion())
|
.version(config.getSwaggerVersion())
|
||||||
.termsOfServiceUrl("")
|
.contact(new Contact("科技小王子","https://www.gxwebsoft.com","170083662@qq.com"))
|
||||||
|
.termsOfServiceUrl("https://server.gxwebsoft.com/api")
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -85,7 +85,7 @@ config:
|
|||||||
open-office-home: C:/OpenOffice4/
|
open-office-home: C:/OpenOffice4/
|
||||||
swagger-base-package: com.gxwebsoft
|
swagger-base-package: com.gxwebsoft
|
||||||
swagger-title: 网宿软件 API文档
|
swagger-title: 网宿软件 API文档
|
||||||
swagger-description: 核心模块 https://server.gxwebsoft.com/api
|
swagger-description: websoft - 基于java spring、vue3、antd构建的前后端分离快速开发框架
|
||||||
swagger-version: 2.0
|
swagger-version: 2.0
|
||||||
token-key: WLgNsWJ8rPjRtnjzX/Gx2RGS80Kwnm/ZeLbvIL+NrBs=
|
token-key: WLgNsWJ8rPjRtnjzX/Gx2RGS80Kwnm/ZeLbvIL+NrBs=
|
||||||
server-url: https://server.gxwebsoft.com/api
|
server-url: https://server.gxwebsoft.com/api
|
||||||
|
|||||||
Reference in New Issue
Block a user