|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2018-2999 广州市蓝海创新科技有限公司 All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* https://www.gz-yami.com/
|
|
|
|
|
* https://www.mall4j.com/
|
|
|
|
|
*
|
|
|
|
|
* 未经允许,不可做商业用途!
|
|
|
|
|
*
|
|
|
|
|
@ -47,8 +47,8 @@ public class SwaggerConfiguration {
|
|
|
|
|
return new ApiInfoBuilder()
|
|
|
|
|
.title("mall4j管理系统接口文档")
|
|
|
|
|
.description("mall4j商城接口文档Swagger版")
|
|
|
|
|
.termsOfServiceUrl("https://www.gz-yami.com/")
|
|
|
|
|
.contact(new Contact("广州市蓝海创新科技有限公司","https://www.gz-yami.com/", ""))
|
|
|
|
|
.termsOfServiceUrl("https://www.mall4j.com/")
|
|
|
|
|
.contact(new Contact("广州市蓝海创新科技有限公司","https://www.mall4j.com/", ""))
|
|
|
|
|
.version("1.0")
|
|
|
|
|
.build();
|
|
|
|
|
}
|
|
|
|
|
|