更新注释中的系统名称

This commit is contained in:
jishenghua
2024-07-22 00:05:31 +08:00
parent 659fd9b877
commit 7f509ec958
8 changed files with 9 additions and 9 deletions

View File

@@ -33,8 +33,8 @@ public class Swagger2Config {
private ApiInfo apiInfo() {
return new ApiInfoBuilder()
.title("华夏ERP Restful Api")
.description("华夏ERP接口描述")
.title("管伊佳ERP Restful Api")
.description("管伊佳ERP接口描述")
.termsOfServiceUrl("http://127.0.0.1")
.contact(new Contact("jishenghua", "", ""))
.version("3.0")