1
yangbin
2024-08-15 fc38e2635216775a80210d0df109dc6174d66813
lxzn-boot-base-core/src/main/java/org/jeecg/config/Swagger2Config.java
@@ -100,7 +100,7 @@
                .securitySchemes(Collections.singletonList(securityScheme()))
                .securityContexts(securityContexts())
                .globalOperationParameters(setHeaderToken())
                .groupName("MDC");
                .groupName("AI");
    }
    /***
@@ -133,14 +133,14 @@
    private ApiInfo apiInfo() {
        return new ApiInfoBuilder()
                // //大标题
                .title("JeecgBoot 后台服务API接口文档")
                .title(" 后台服务API接口文档")
                // 版本号
                .version("1.0")
//            .termsOfServiceUrl("NO terms of service")
                // 描述
                .description("后台API接口")
                // 作者
                .contact(new Contact("北京国炬信息技术有限公司","www.jeccg.com","jeecgos@163.com"))
                .contact(new Contact("西安灵秀","www.xalxzn.com","xalxzn.com"))
                .license("The Apache License, Version 2.0")
                .licenseUrl("http://www.apache.org/licenses/LICENSE-2.0.html")
                .build();