1: swagger 修改页面title

pull/1/head
xueqingkun
parent 8e534feb2e
commit 7616e7cc65

@ -40,8 +40,8 @@ public class SwaggerConfiguration {
public OpenAPI customOpenAPI() {
return new OpenAPI()
.info(new Info()
.title("XXX用户系统API")
.version("1.0")
.title("虚拟病人系统API")
.version("1.3")
.description("Knife4j集成springdoc-openapi示例")
.termsOfService("http://doc.xiaominfo.com")
.license(new License().name("Apache 2.0")

Loading…
Cancel
Save