| | |
| | | .securitySchemes(Collections.singletonList(securityScheme())) |
| | | .securityContexts(securityContexts()) |
| | | .globalOperationParameters(setHeaderToken()) |
| | | .groupName("MDC"); |
| | | .groupName("AI"); |
| | | } |
| | | |
| | | /*** |
| | |
| | | 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(); |