mirror of
https://gitee.com/open-visual/face-search.git
synced 2025-07-25 19:41:42 +08:00
update: version
This commit is contained in:
parent
736ed6e9d2
commit
ae53b24bd8
@ -26,9 +26,9 @@ public class Knife4jConfig {
|
|||||||
.apiInfo(new ApiInfoBuilder()
|
.apiInfo(new ApiInfoBuilder()
|
||||||
.title("人脸搜索服务API")
|
.title("人脸搜索服务API")
|
||||||
.description("人脸搜索服务API")
|
.description("人脸搜索服务API")
|
||||||
.version("2.0.0")
|
.version("2.1.0")
|
||||||
.build())
|
.build())
|
||||||
.groupName("2.0.0")
|
.groupName("2.1.0")
|
||||||
.select()
|
.select()
|
||||||
.apis(RequestHandlerSelectors.basePackage("com.visual.face.search.server.controller.server"))
|
.apis(RequestHandlerSelectors.basePackage("com.visual.face.search.server.controller.server"))
|
||||||
.paths(PathSelectors.any())
|
.paths(PathSelectors.any())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user