bump swagger version

This commit is contained in:
zengqiao
2022-01-11 11:24:43 +08:00
parent 6d34a00e77
commit d30cb8a0f0
2 changed files with 5 additions and 6 deletions

View File

@@ -39,10 +39,9 @@ public class SwaggerConfig implements WebMvcConfigurer {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("Logi-KafkaManager 接口文档")
.description("欢迎使用滴滴Logi-KafkaManager")
.contact("huangyiminghappy@163.com")
.version("2.2.0")
.title("LogiKM接口文档")
.description("欢迎使用滴滴LogiKM")
.version("2.5.0")
.build();
}