This commit is contained in:
ls
2024-11-07 10:50:51 +08:00
parent 255af5b1a8
commit eb492386ba
8 changed files with 104 additions and 16 deletions

View File

@@ -41,9 +41,9 @@ public class Swagger3Config implements WebMvcConfigurer {
public OpenAPI customOpenAPI() {
return new OpenAPI()
.info(new Info()
.title("JeecgBoot 后台服务API接口文档")
.title("Physical boot 后台服务API接口文档")
.version("1.0")
.contact(new Contact().name("北京国炬信息技术有限公司").url("www.jeccg.com").email("jeecgos@163.com"))
.contact(new Contact().name("YGG").url("www.ygg.com").email("ygg@163.com"))
.description("后台API接口")
.termsOfService("NO terms of service")
.license(new License().name("Apache 2.0").url("http://www.apache.org/licenses/LICENSE-2.0.html"))