整理knife4j接口说明
This commit is contained in:
@@ -49,7 +49,8 @@ public class SwaggerConfig {
|
||||
.title(config.getSwaggerTitle())
|
||||
.description(config.getSwaggerDescription())
|
||||
.version(config.getSwaggerVersion())
|
||||
.termsOfServiceUrl("")
|
||||
.contact(new Contact("科技小王子","https://www.gxwebsoft.com","170083662@qq.com"))
|
||||
.termsOfServiceUrl("https://server.gxwebsoft.com/api")
|
||||
.build();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user