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