Browse Source

调整

master
zouhantao 2 months ago
parent
commit
0e6848ea25

+ 1
- 1
zhywpt-app-managew/src/main/java/cn/com/taiji/managew/config/Swagger3Config.java View File

private ApiInfo apiInfo() { private ApiInfo apiInfo() {
return new ApiInfoBuilder() return new ApiInfoBuilder()
//设置文档标题(API名称) //设置文档标题(API名称)
.title("Sample工程API接口文档")
.title("Managew工程API接口文档")
//文档描述 //文档描述
.description("接口说明") .description("接口说明")
//服务条款URL //服务条款URL

Loading…
Cancel
Save